Codebase list golang-github-vbatts-go-mtree / 39db28f debian / patches / test--skip-TestXattr.patch
39db28f

Tree @39db28f (Download .tar.gz)

test--skip-TestXattr.patch @39db28fraw · history · blame

Last-Update: 2018-06-16
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: skip failing test
~~~~
 xattr_test.go:28: xattr.496209704 operation not supported
~~~~

--- a/xattr/xattr_test.go
+++ b/xattr/xattr_test.go
@@ -9,8 +9,9 @@
 	"testing"
 )
 
 func TestXattr(t *testing.T) {
+t.Skip("DM - skipping privileged test")
 	testDir, present := os.LookupEnv("MTREE_TESTDIR")
 	if present == false {
 		testDir = "."
 	}