Skip to content

Commit

Permalink
test: rename to GithubActionsIssuesTests
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Oct 8, 2024
1 parent e196e41 commit af3c9da
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.junit.Ignore;
import org.junit.Test;

public class GithubActionsIssues {
public class GithubActionsIssuesTests {

private static File baseDir;

Expand Down Expand Up @@ -73,7 +73,6 @@ public void n5WriteReadWithExecutor() {
}

@Test
@Ignore
public void n5WriteReadSameInstance() {

System.out.println("n5WriteReadSameInstance");
Expand All @@ -98,7 +97,6 @@ public void n5WriteReadSameInstance() {
}

@Test
@Ignore
public void n5WriteRead() {

System.out.println("n5WriteRead");
Expand Down

0 comments on commit af3c9da

Please sign in to comment.