Skip to content

Commit

Permalink
Disable failing kotlin-multi-module gradle test
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Jan 20, 2022
1 parent eac7ff8 commit 586f406
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 586f406

Please sign in to comment.