We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b1646 commit 9bb3520Copy full SHA for 9bb3520
src/test/java/com/qdesrame/openapi/test/Swagger2CompatibilityTest.java
@@ -2,8 +2,10 @@
2
3
import static com.qdesrame.openapi.test.TestUtils.assertOpenApiAreEquals;
4
5
-import org.junit.Test;
+import org.junit.jupiter.api.Disabled;
6
+import org.junit.jupiter.api.Test;
7
8
+@Disabled
9
public class Swagger2CompatibilityTest {
10
private final String SWAGGER_DOC1 = "petstore_swagger2.yaml";
11
private final String OPENAPI_DOC2 = "petstore_openapi3.yaml";
0 commit comments