Skip to content

Commit

Permalink
Merge pull request #34007 from gsmet/disable-LambdaDevServicesContinu…
Browse files Browse the repository at this point in the history
…ousTestingTestCase

Disable LambdaDevServicesContinuousTestingTestCase
  • Loading branch information
gsmet authored Jun 16, 2023
2 parents 42a79d8 + 6d571ab commit f34a6bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.RepeatedTest;
import org.junit.jupiter.api.extension.RegisterExtension;

import io.quarkus.test.ContinuousTestingTestUtils;
import io.quarkus.test.QuarkusDevModeTest;

@Disabled("https://github.com/quarkusio/quarkus/issues/33963")
public class LambdaDevServicesContinuousTestingTestCase {
@RegisterExtension
public static QuarkusDevModeTest test = new QuarkusDevModeTest()
Expand Down

0 comments on commit f34a6bc

Please sign in to comment.