Skip to content

Commit

Permalink
Merge pull request #15775 from geoand/k8s-flaky-test
Browse files Browse the repository at this point in the history
Disable flaky k8s test
  • Loading branch information
geoand authored Mar 16, 2021
2 parents 30ea183 + 442fb83 commit 9dd99a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -102,6 +103,7 @@ public void assertGeneratedResources() throws IOException {
});
}

@Disabled("flaky")
@Test
public void assertDependencies() {
Path mainDepsPath = prodModeTestResults.getBuildDir().resolve("quarkus-app").resolve("lib").resolve("main");
Expand Down

0 comments on commit 9dd99a0

Please sign in to comment.