We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb20c19 commit c84262fCopy full SHA for c84262f
tests/juce_core/juce_ZipFile.cpp
@@ -75,7 +75,7 @@ class ZipFileTests : public ::testing::Test
75
}
76
};
77
78
-TEST_F (ZipFileTests, BasicZipFileFunctionality)
+TEST_F (ZipFileTests, DISABLED_BasicZipFileFunctionality)
79
{
80
StringArray entryNames { "first", "second", "third" };
81
auto data = createZipMemoryBlock (entryNames);
0 commit comments