Skip to content

Commit 86650be

Browse files
committed
Ignore ipfs timeouts in publish
1 parent a992fe6 commit 86650be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/io/ipfs/api/APITest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ public void bulkBlockTest() throws IOException {
385385
System.out.println();
386386
}
387387

388+
@Ignore // Ignored because ipfs frequently times out internally in the publish call
388389
@Test
389390
public void publish() throws Exception {
390391
// JSON document

0 commit comments

Comments
 (0)