Skip to content

Commit

Permalink
Merge pull request #24669 from glefloch/fix/enable-multisource-test
Browse files Browse the repository at this point in the history
Re-enable Gradle multisource project test
  • Loading branch information
aloubyansky authored Mar 31, 2022
2 parents 447e216 + c8fa3dc commit 5833f60
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

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

import org.junit.jupiter.api.Disabled;

import com.google.common.collect.ImmutableMap;

@org.junit.jupiter.api.Tag("failsOnJDK18")
@Disabled("appears to be a flaky test")
public class MultiSourceProjectDevModeTest extends QuarkusDevGradleTestBase {

@Override
Expand Down

0 comments on commit 5833f60

Please sign in to comment.