Skip to content

Commit

Permalink
looks like this was already broken in #8
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Nov 27, 2024
1 parent 2718eca commit e35387d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package io.dockstore.client.cli.nested;

public interface ToilOnlyTest {

String NAME = "io.dockstore.client.cli.nested.ToilOnlyTest";

default String getName() {
return NAME;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
*/
package io.github.collaboratory.cwl;

import io.dockstore.client.cli.nested.ToilOnlyTest;
import org.apache.commons.io.FileUtils;
import org.junit.Ignore;
import org.junit.jupiter.api.Tag;

/**
* @author dyuen
*/
@Ignore
// @Category(ToilOnlyTest.class)
@Tag(ToilOnlyTest.NAME)
public class ToilLauncherIT extends LauncherIT {

public String getConfigFile() {
Expand Down

0 comments on commit e35387d

Please sign in to comment.