diff --git a/mesos-simulation/src/test/scala/mesosphere/mesos/scale/SingleAppScalingTest.scala b/mesos-simulation/src/test/scala/mesosphere/mesos/scale/SingleAppScalingTest.scala index 272b008d387..589ac97c400 100644 --- a/mesos-simulation/src/test/scala/mesosphere/mesos/scale/SingleAppScalingTest.scala +++ b/mesos-simulation/src/test/scala/mesosphere/mesos/scale/SingleAppScalingTest.scala @@ -1,8 +1,7 @@ - package mesosphere.mesos.scale import mesosphere.AkkaIntegrationFunTest -import mesosphere.marathon.{ IntegrationTest, UnstableTest } +import mesosphere.marathon.IntegrationTest import mesosphere.marathon.api.v2.json.AppUpdate import mesosphere.marathon.integration.facades.MarathonFacade._ import mesosphere.marathon.integration.facades.{ ITDeploymentResult, MarathonFacade } @@ -21,7 +20,6 @@ object SingleAppScalingTest { } @IntegrationTest -@UnstableTest class SingleAppScalingTest extends AkkaIntegrationFunTest with ZookeeperServerTest with SimulatedMesosTest with MarathonTest with Eventually { val maxTasksPerOffer = Option(System.getenv("MARATHON_MAX_TASKS_PER_OFFER")).getOrElse("1") diff --git a/src/test/scala/mesosphere/marathon/integration/AppDeployWithLeaderAbdicationIntegrationTest.scala b/src/test/scala/mesosphere/marathon/integration/AppDeployWithLeaderAbdicationIntegrationTest.scala index d57f130a4e5..3aefb46031b 100644 --- a/src/test/scala/mesosphere/marathon/integration/AppDeployWithLeaderAbdicationIntegrationTest.scala +++ b/src/test/scala/mesosphere/marathon/integration/AppDeployWithLeaderAbdicationIntegrationTest.scala @@ -18,7 +18,6 @@ import scala.concurrent.duration._ import scala.util.Try @IntegrationTest -@UnstableTest class AppDeployWithLeaderAbdicationIntegrationTest extends AkkaIntegrationFunTest with MarathonClusterTest { private[this] val log = LoggerFactory.getLogger(getClass) diff --git a/src/test/scala/mesosphere/marathon/integration/GroupDeployIntegrationTest.scala b/src/test/scala/mesosphere/marathon/integration/GroupDeployIntegrationTest.scala index 2ebe6bd93f4..315c4f493bb 100644 --- a/src/test/scala/mesosphere/marathon/integration/GroupDeployIntegrationTest.scala +++ b/src/test/scala/mesosphere/marathon/integration/GroupDeployIntegrationTest.scala @@ -11,7 +11,6 @@ import spray.http.DateTime import scala.concurrent.duration._ @IntegrationTest -@UnstableTest class GroupDeployIntegrationTest extends AkkaIntegrationFunTest with EmbeddedMarathonTest { //clean up state before running the test case diff --git a/src/test/scala/mesosphere/marathon/integration/ReadinessCheckIntegrationTest.scala b/src/test/scala/mesosphere/marathon/integration/ReadinessCheckIntegrationTest.scala index a464031a55c..d046da28f94 100644 --- a/src/test/scala/mesosphere/marathon/integration/ReadinessCheckIntegrationTest.scala +++ b/src/test/scala/mesosphere/marathon/integration/ReadinessCheckIntegrationTest.scala @@ -19,7 +19,6 @@ import scala.concurrent.duration._ import scala.util.Try @IntegrationTest -@UnstableTest class ReadinessCheckIntegrationTest extends AkkaIntegrationFunTest with EmbeddedMarathonTest with Eventually { //clean up state before running the test case diff --git a/src/test/scala/mesosphere/marathon/integration/TaskUnreachableIntegrationTest.scala b/src/test/scala/mesosphere/marathon/integration/TaskUnreachableIntegrationTest.scala index 70f0ee0b219..0ab1a1c16a7 100644 --- a/src/test/scala/mesosphere/marathon/integration/TaskUnreachableIntegrationTest.scala +++ b/src/test/scala/mesosphere/marathon/integration/TaskUnreachableIntegrationTest.scala @@ -11,7 +11,6 @@ import mesosphere.marathon.state.UnreachableStrategy import scala.concurrent.duration._ @IntegrationTest -@UnstableTest class TaskUnreachableIntegrationTest extends AkkaIntegrationFunTest with EmbeddedMarathonMesosClusterTest { override lazy val mesosNumMasters = 1