Skip to content

Commit

Permalink
Merge pull request #22719 from rsvoboda/disable.WebJarResourceIT
Browse files Browse the repository at this point in the history
Disable WebJarResourceIT
  • Loading branch information
gsmet authored Jan 7, 2022
2 parents 2d3a968 + 9afb67b commit dfa0f56
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package io.quarkus.it.webjar.locator;

import org.junit.jupiter.api.Disabled;

import io.quarkus.test.junit.QuarkusIntegrationTest;

@QuarkusIntegrationTest
@Disabled("https://github.com/quarkusio/quarkus/issues/22718")
public class WebJarResourceIT extends WebJarResourceTest {
}

0 comments on commit dfa0f56

Please sign in to comment.