disable flaky readTableWithLinks test - refs #3128 (#3207)

This commit is contained in:
Tom Morris 2020-09-23 01:41:22 -04:00 committed by GitHub
parent 076d302134
commit c76e2b9a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ public class WikitextImporterTests extends ImporterTest {
return result;
}
@Test
@Test(enabled = false) // disabled due to flakiness on CI
public void readTableWithLinks() throws Exception {
// This mock is used to avoid real network connection during test
Recon ecdvt = Mockito.mock(Recon.class);