Skip to content

Commit

Permalink
#531 one test disabled on win
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 5, 2022
1 parent aa44daf commit 674ae2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/jpeek/web/TkReportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
import java.io.File;
import java.io.IOException;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
import org.junit.jupiter.api.io.TempDir;
import org.llorllale.cactoos.matchers.Assertion;
import org.takes.facets.fork.RqRegex;
Expand All @@ -42,6 +44,7 @@
public final class TkReportTest {

@Test
@DisabledOnOs(OS.WINDOWS)
public void rendersEmptySvgBadge(@TempDir final File folder)
throws IOException {
new Assertion<>(
Expand Down

0 comments on commit 674ae2d

Please sign in to comment.