Gradle Test Run :test

hello-debug-skipped.puml

summary

1

tests

0

failures

1

skipped

0.011s

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.VegaInputFile.runSingleFile(VegaInputFile.java:264)
	at test.vega.VegaTest.lambda$testAllPumlFiles$10(VegaTest.java:174)