Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz committed Mar 1, 2024
1 parent b89688e commit f10e62f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Testplans/NextRideFeatureTests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
},
"testTargets" : [
{
"skippedTests" : [
"RideTests"
],
"target" : {
"containerPath" : "container:",
"identifier" : "NextRideFeatureTests",
Expand Down
11 changes: 0 additions & 11 deletions Testplans/SnapshotTests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,6 @@
"identifier" : "StyleguideTests",
"name" : "StyleguideTests"
}
},
{
"skippedTests" : [
"TweetTests",
"TwitterFeedCoreTests"
],
"target" : {
"containerPath" : "container:CriticalMapsKit",
"identifier" : "TwitterFeedFeatureTests",
"name" : "TwitterFeedFeatureTests"
}
}
],
"version" : 1
Expand Down
3 changes: 3 additions & 0 deletions Testplans/UnitTests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
},
{
"parallelizable" : true,
"skippedTests" : [
"RideTests"
],
"target" : {
"containerPath" : "container:CriticalMapsKit",
"identifier" : "NextRideFeatureTests",
Expand Down

0 comments on commit f10e62f

Please sign in to comment.