Skip to content

Commit

Permalink
Disable test as docker support is not available on mdtp build jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaleem-ee committed Sep 15, 2021
1 parent c73addc commit fbf4271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/it/it/suites/DatabaseSchemaSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ package it.suites
import address.uk.Postcode
import doobie.implicits._
import doobie.Fragment.{const => csql}
import org.scalatest.Ignore
import repositories.{AddressLookupRepository, RdsQueryConfig}

import scala.concurrent.Await
import scala.concurrent.duration.DurationInt


@Ignore
class DatabaseSchemaSpec extends DbBaseSpec {
"PG Test" when {
"connect" should {
Expand Down

0 comments on commit fbf4271

Please sign in to comment.