Codebase list golang-github-vbatts-go-mtree / b37d6dc7-7334-4ece-84e6-4b44d0746757/main debian / patches / test--skip-TestXattr.patch
b37d6dc7-7334-4ece-84e6-4b44d0746757/main

Tree @b37d6dc7-7334-4ece-84e6-4b44d0746757/main (Download .tar.gz)

test--skip-TestXattr.patch @b37d6dc7-7334-4ece-84e6-4b44d0746757/mainraw · 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
~~~~

Index: golang-github-vbatts-go-mtree/xattr/xattr_test.go
===================================================================
--- golang-github-vbatts-go-mtree.orig/xattr/xattr_test.go
+++ golang-github-vbatts-go-mtree/xattr/xattr_test.go
@@ -10,6 +10,7 @@ import (
 )
 
 func TestXattr(t *testing.T) {
+t.Skip("DM - skipping privileged test")
 	testDir, present := os.LookupEnv("MTREE_TESTDIR")
 	if present == false {
 		testDir = "."