Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Mark tests as unstable ...
Browse files Browse the repository at this point in the history
  • Loading branch information
meichstedt committed Feb 17, 2017
1 parent 1d3b395 commit 588c523
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

package mesosphere.mesos.scale

import mesosphere.AkkaIntegrationFunTest
import mesosphere.marathon.IntegrationTest
import mesosphere.marathon.{ IntegrationTest, UnstableTest }
import mesosphere.marathon.api.v2.json.AppUpdate
import mesosphere.marathon.integration.facades.MarathonFacade._
import mesosphere.marathon.integration.facades.{ ITDeploymentResult, MarathonFacade }
Expand All @@ -20,6 +21,7 @@ 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")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import scala.concurrent.duration._
import scala.util.control.NonFatal

@IntegrationTest
@UnstableTest
class AppDeployIntegrationTest
extends AkkaIntegrationFunTest
with EmbeddedMarathonTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import scala.concurrent.duration._
import scala.util.Try

@IntegrationTest
@UnstableTest
class AppDeployWithLeaderAbdicationIntegrationTest extends AkkaIntegrationFunTest with MarathonClusterTest {
private[this] val log = LoggerFactory.getLogger(getClass)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import mesosphere.marathon.state.UnreachableStrategy
import scala.concurrent.duration._

@IntegrationTest
@UnstableTest
class TaskUnreachableIntegrationTest extends AkkaIntegrationFunTest with EmbeddedMarathonMesosClusterTest {

override lazy val mesosNumMasters = 1
Expand Down

0 comments on commit 588c523

Please sign in to comment.