Gradle Test Run :test

hello-debug-skipped.puml

summary

1

tests

0

failures

1

skipped

0.008s

duration

100%

successful

Skip details

org.opentest4j.TestAbortedException: Assumption failed: Known failure (allow-failure: true): src/test/resources/vega/mvp/hello-debug-skipped.puml - DEBUG output should not contain 'hello' for src/test/resources/vega/mvp/hello-debug-skipped.puml [image 1] ==> expected: <false> but was: <true>
	at org.junit.jupiter.api.Assumptions.throwAssumptionFailed(Assumptions.java:340)
	at org.junit.jupiter.api.Assumptions.assumeTrue(Assumptions.java:127)
	at test.vega.VegaTest.runSingleFile(VegaTest.java:159)
	at test.vega.VegaTest.lambda$testAllPumlFiles$6(VegaTest.java:129)