diff --git a/Testplans/NextRideFeatureTests.xctestplan b/Testplans/NextRideFeatureTests.xctestplan index 887d162d..cf33dd18 100644 --- a/Testplans/NextRideFeatureTests.xctestplan +++ b/Testplans/NextRideFeatureTests.xctestplan @@ -31,6 +31,9 @@ }, "testTargets" : [ { + "skippedTests" : [ + "RideTests" + ], "target" : { "containerPath" : "container:", "identifier" : "NextRideFeatureTests", diff --git a/Testplans/SnapshotTests.xctestplan b/Testplans/SnapshotTests.xctestplan index 9ccea0b4..e7b836d3 100644 --- a/Testplans/SnapshotTests.xctestplan +++ b/Testplans/SnapshotTests.xctestplan @@ -70,17 +70,6 @@ "identifier" : "StyleguideTests", "name" : "StyleguideTests" } - }, - { - "skippedTests" : [ - "TweetTests", - "TwitterFeedCoreTests" - ], - "target" : { - "containerPath" : "container:CriticalMapsKit", - "identifier" : "TwitterFeedFeatureTests", - "name" : "TwitterFeedFeatureTests" - } } ], "version" : 1 diff --git a/Testplans/UnitTests.xctestplan b/Testplans/UnitTests.xctestplan index 227f4dba..4dfae562 100644 --- a/Testplans/UnitTests.xctestplan +++ b/Testplans/UnitTests.xctestplan @@ -64,6 +64,9 @@ }, { "parallelizable" : true, + "skippedTests" : [ + "RideTests" + ], "target" : { "containerPath" : "container:CriticalMapsKit", "identifier" : "NextRideFeatureTests",