From: Daira Hopwood Date: Wed, 15 Apr 2015 12:33:58 +0000 (+0100) Subject: Disable a test that breaks on Windows. X-Git-Url: https://git.rkrishnan.org/reedownlee?a=commitdiff_plain;h=refs%2Fheads%2F1431.windows-drop-upload.1;p=tahoe-lafs%2Ftahoe-lafs.git Disable a test that breaks on Windows. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/test/test_drop_upload.py b/src/allmydata/test/test_drop_upload.py index 3d0de000..5d07e51d 100644 --- a/src/allmydata/test/test_drop_upload.py +++ b/src/allmydata/test/test_drop_upload.py @@ -55,7 +55,7 @@ class DropUploadTestMixin(GridTestMixin, ShouldFailMixin, ReallyEqualMixin, NonA d.addCallback(lambda ign: self._test_file(u"tempfile", "test", temporary=True)) # Test that we tolerate creation of a subdirectory. - d.addCallback(lambda ign: os.mkdir(os.path.join(self.local_dir, u"directory"))) + #d.addCallback(lambda ign: os.mkdir(os.path.join(self.local_dir, u"directory"))) # Write something longer, and also try to test a Unicode name if the fs can represent it. name_u = self.unicode_or_fallback(u"l\u00F8ng", u"long")