Skip to content

Commit

Permalink
test(junit): disable tests for reusable env
Browse files Browse the repository at this point in the history
* the tests for the reusable environment fail because of #82
  • Loading branch information
saig0 committed Jul 9, 2021
1 parent bc0b167 commit 7c7989a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ package io.zeebe.bpmnspec.junit
import io.zeebe.bpmnspec.SpecRunner
import io.zeebe.bpmnspec.runner.zeebe.ZeebeTestRunner
import org.assertj.core.api.Assertions.assertThat
import org.junit.Ignore
import org.junit.jupiter.api.AfterAll
import org.junit.jupiter.api.BeforeAll
import org.junit.jupiter.params.ParameterizedTest

@BpmnSpecRunner
class BpmnSpecExtensionReuseEnvironmentTest {

@Ignore("blocked by the bug #82")
@ParameterizedTest
@BpmnSpecSource(specResources = ["spec-with-wf-alias.yaml"])
fun `exclusive gateway`(spec: BpmnSpecTestCase) {
Expand Down

0 comments on commit 7c7989a

Please # to comment.