Skip to content

Commit 6cd6746

Browse files
committed
update consoleprogressbar
1 parent c298229 commit 6cd6746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/info/unterrainer/commons/cliutils/consoleprogressbar/ConsoleProgressBarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void ProgressBarTest() throws InterruptedException {
4242
}
4343

4444
@Test
45-
45+
@Disabled
4646
public void PercentGaugeTest() throws InterruptedException {
4747
ConsoleProgressBar bar = ConsoleProgressBar.builder()
4848
.minValue(0d)

0 commit comments

Comments
 (0)