components/python/xattr/Makefile
changeset 4339 6501cf9c29f9
parent 3998 5bd484384122
child 4426 b03ef4b53f3e
--- a/components/python/xattr/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/components/python/xattr/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -70,6 +70,8 @@
 
 test:		$(TEST_32_and_64)
 
+system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+
 
 REQUIRED_PACKAGES += library/python/setuptools-26
 REQUIRED_PACKAGES += library/python/setuptools-27