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

Commit

Permalink
Revert "Mark tests as unstable ... (#5202)"
Browse files Browse the repository at this point in the history
This reverts commit abb58a1.
  • Loading branch information
unterstein committed Feb 20, 2017
1 parent 073f2e4 commit 922feb9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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 }
Expand All @@ -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")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 922feb9

Please sign in to comment.