Skip to content

Commit

Permalink
make test pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Jun 5, 2020
1 parent 793d57f commit c380002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* @author <a href="mailto:[email protected]">Naohide Sano</a> (umjammer)
* @version 0.00 2019/06/23 umjammer initial version <br>
*/
@DisabledIfEnvironmentVariable(named = "GITHUB_WORKFLOW", matches = ".*")
class GatheredFileSystemProviderTest {

/**
Expand Down Expand Up @@ -127,7 +128,6 @@ private FileSystem getFileSystem(String id) throws IOException {
}

@Test
@DisabledIfEnvironmentVariable(named = "GITHUB_WORKFLOW", matches = ".*")
void test() throws IOException {
Map<String, FileSystem> fileSystems = new HashMap<>();
NameMap nameMap = new NameMap();
Expand Down

0 comments on commit c380002

Please sign in to comment.