diff --git a/vavi-nio-file-gathered/src/test/java/vavi/nio/file/gathered/GatheredFileSystemProviderTest.java b/vavi-nio-file-gathered/src/test/java/vavi/nio/file/gathered/GatheredFileSystemProviderTest.java index e75b95b5..355a0c4c 100644 --- a/vavi-nio-file-gathered/src/test/java/vavi/nio/file/gathered/GatheredFileSystemProviderTest.java +++ b/vavi-nio-file-gathered/src/test/java/vavi/nio/file/gathered/GatheredFileSystemProviderTest.java @@ -41,6 +41,7 @@ * @author Naohide Sano (umjammer) * @version 0.00 2019/06/23 umjammer initial version
*/ +@DisabledIfEnvironmentVariable(named = "GITHUB_WORKFLOW", matches = ".*") class GatheredFileSystemProviderTest { /** @@ -127,7 +128,6 @@ private FileSystem getFileSystem(String id) throws IOException { } @Test - @DisabledIfEnvironmentVariable(named = "GITHUB_WORKFLOW", matches = ".*") void test() throws IOException { Map fileSystems = new HashMap<>(); NameMap nameMap = new NameMap();