From 5a91708ced9ec6fdc54c983e0c970d52652f7327 Mon Sep 17 00:00:00 2001 From: jdcanas Date: Thu, 11 Jan 2024 17:41:31 -0800 Subject: [PATCH] maybe fix tests --- .../broadinstitute/dsde/workbench/leonardo/LeonardoSuite.scala | 2 +- .../dsde/workbench/leonardo/apps/AppLifecycleSpec.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/LeonardoSuite.scala b/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/LeonardoSuite.scala index 1ef86216f5f..a4265c48953 100644 --- a/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/LeonardoSuite.scala +++ b/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/LeonardoSuite.scala @@ -255,7 +255,7 @@ final class LeonardoSuite new NotebookGCEDataSyncingSpec, new RuntimeDataprocSpec, new RuntimeGceSpec, - new AppLifecycleSpec +// new AppLifecycleSpec ) with TestSuite with NewBillingProjectAndWorkspaceBeforeAndAfterAll diff --git a/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/apps/AppLifecycleSpec.scala b/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/apps/AppLifecycleSpec.scala index 1a77b4d9b31..9ac60bc9c83 100644 --- a/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/apps/AppLifecycleSpec.scala +++ b/automation/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/apps/AppLifecycleSpec.scala @@ -18,7 +18,7 @@ import org.scalatest.{Assertion, DoNotDiscover} import scala.concurrent.duration._ -@DoNotDiscover +//@DoNotDiscover class AppLifecycleSpec extends BillingProjectFixtureSpec with LeonardoTestUtils