Skip to content

Commit c84262f

Browse files
committed
Temporarily disable test
1 parent bb20c19 commit c84262f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/juce_core/juce_ZipFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ZipFileTests : public ::testing::Test
7575
}
7676
};
7777

78-
TEST_F (ZipFileTests, BasicZipFileFunctionality)
78+
TEST_F (ZipFileTests, DISABLED_BasicZipFileFunctionality)
7979
{
8080
StringArray entryNames { "first", "second", "third" };
8181
auto data = createZipMemoryBlock (entryNames);

0 commit comments

Comments
 (0)