Skip to content

Commit

Permalink
Merge pull request #23063 from glefloch/fix/hanging-gradle-test
Browse files Browse the repository at this point in the history
Disable failing kotlin-multi-module gradle test
  • Loading branch information
geoand authored Jan 21, 2022
2 parents eb61dfd + 586f406 commit 20cae8f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

import static org.assertj.core.api.Assertions.assertThat;

import org.junit.jupiter.api.Disabled;

import com.google.common.collect.ImmutableMap;

@Disabled
@org.junit.jupiter.api.Tag("failsOnJDK18")
public class MultiModuleKotlinProjectDevModeTest extends QuarkusDevGradleTestBase {

Expand Down

0 comments on commit 20cae8f

Please sign in to comment.