mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
squelch noisy test
This commit is contained in:
parent
5f12eb56a8
commit
50b73e277d
@ -1,11 +1,13 @@
|
||||
package io.nosqlbench.docapi;
|
||||
|
||||
import io.nosqlbench.docexporter.BundledMarkdownExporter;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class BundledMarkdownExporterTest {
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
public void zipUpDocs() {
|
||||
BundledMarkdownExporter.main(new String[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user