Skip to content

Commit

Permalink
Disable Bible tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Sep 24, 2019
1 parent 85a04f3 commit 1c4c3ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ import com.eden.orchid.testhelpers.innerHtml
import com.eden.orchid.testhelpers.matches
import com.eden.orchid.testhelpers.pageWasRendered
import com.eden.orchid.testhelpers.select
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.DisplayName
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable
import strikt.api.expectThat
import strikt.assertions.isEqualTo

@DisplayName("Tests behavior of using Bible verse functions")
@Disabled
class BibleTest : OrchidIntegrationTest(TestGeneratorModule()) {

@Test
Expand Down

0 comments on commit 1c4c3ff

Please sign in to comment.