Skip to content

Commit

Permalink
t disable kaleidoscope 3 test as it is machine specific
Browse files Browse the repository at this point in the history
but did not fail in github actions?!
  • Loading branch information
LarsEckart committed May 10, 2022
1 parent 3105bad commit 2d3e5b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

import org.approvaltests.Approvals;
import org.approvaltests.core.Options;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

class KaleidoscopeDiffReporterTest
{
@Disabled("requires macOs and Kaleidoscope3 installed")
@Test
void kaleidoscope()
{
Expand Down

0 comments on commit 2d3e5b8

Please sign in to comment.