From 6df97fd49fa9be6394bd066c6c64fd7c06959a77 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 23 Feb 2016 19:06:44 +0530 Subject: Disable glfs_dup tests This change also fixes a mismatch in glfs_seek() function signature. Change-Id: I3d336a2fbfec9ba921b253f6d97616485cadec98 Signed-off-by: Prashanth Pai --- test/unit/gluster/test_gfapi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/gluster/test_gfapi.py') diff --git a/test/unit/gluster/test_gfapi.py b/test/unit/gluster/test_gfapi.py index d07ec67..5551235 100644 --- a/test/unit/gluster/test_gfapi.py +++ b/test/unit/gluster/test_gfapi.py @@ -97,6 +97,7 @@ class TestFile(unittest.TestCase): self.assertRaises(OSError, self.fd.fchown, 9, 11) def test_dup(self): + raise SkipTest("glfs_dup is currently broken (BZ 1311146)") mock_glfs_dup = Mock() mock_glfs_dup.return_value = 2 -- cgit