Skip to content

Commit

Permalink
Remove @disabled on ResourceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jan 4, 2023
1 parent c26538b commit 250c940
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import org.eclipse.jetty.util.IO;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledOnOs;
import org.junit.jupiter.api.condition.OS;
Expand Down Expand Up @@ -259,7 +258,6 @@ public static Stream<Arguments> scenarios(WorkDir workDir) throws Exception

public WorkDir workDir;

@Disabled
@ParameterizedTest
@MethodSource("scenarios")
public void testResourceExists(Scenario data)
Expand Down

0 comments on commit 250c940

Please sign in to comment.