Skip to content

Commit

Permalink
Merge pull request #16111 from geoand/windows-broken-test
Browse files Browse the repository at this point in the history
Disable test on Windows
  • Loading branch information
geoand authored Mar 30, 2021
2 parents 3bfd574 + 26334fe commit 08f87c9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
import org.junit.jupiter.api.extension.RegisterExtension;

import io.quarkus.test.QuarkusDevModeTest;
import io.restassured.RestAssured;

@DisabledOnOs(OS.WINDOWS)
public class AdditionalWatchedResourcesDevModeTest {

private static final String RES_WATCHED = "watched.txt";
Expand Down

0 comments on commit 08f87c9

Please sign in to comment.