Skip to content

Commit c404a8a

Browse files
committed
disable local test
1 parent 33759a9 commit c404a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/com/github/kongchen/swagger/docgen/remote/RemoteDocumentSourceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void tearDown() throws Exception {
2222

2323
}
2424

25-
@Test
25+
@Test(enabled = false)
2626
public void testLoadDocuments() throws Exception {
2727
RemoteDocumentSource remoteDocumentSource = new RemoteDocumentSource(
2828
new LogAdapter(Logger.getLogger("test")),

0 commit comments

Comments
 (0)