Skip to content

Commit 99e54cb

Browse files
author
Johan Sellström
committed
disble tests
1 parent 591f67d commit 99e54cb

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

SwiftIpfsApi.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
401401
MACOSX_DEPLOYMENT_TARGET = 10.11;
402402
MTL_ENABLE_DEBUG_INFO = YES;
403-
ONLY_ACTIVE_ARCH = YES;
403+
ONLY_ACTIVE_ARCH = NO;
404404
SDKROOT = iphoneos;
405405
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
406406
SWIFT_OPTIMIZATION_LEVEL = "-Onone";

SwiftIpfsApi.xcodeproj/xcshareddata/xcschemes/SwiftIpfsApi.xcscheme

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
24-
buildForTesting = "YES"
25-
buildForRunning = "YES"
26-
buildForProfiling = "YES"
27-
buildForArchiving = "YES"
28-
buildForAnalyzing = "YES">
24+
buildForTesting = "NO"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "NO">
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
3131
BlueprintIdentifier = "AB0A3AB61BD6705B0090C97A"
@@ -40,26 +40,9 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43+
language = ""
4344
shouldUseLaunchSchemeArgsEnv = "YES">
4445
<Testables>
45-
<TestableReference
46-
skipped = "NO">
47-
<BuildableReference
48-
BuildableIdentifier = "primary"
49-
BlueprintIdentifier = "AB0A3AB61BD6705B0090C97A"
50-
BuildableName = "SwiftIpfsApiTests.xctest"
51-
BlueprintName = "SwiftIpfsApiTests"
52-
ReferencedContainer = "container:SwiftIpfsApi.xcodeproj">
53-
</BuildableReference>
54-
<SkippedTests>
55-
<Test
56-
Identifier = "SwiftIpfsApiTests/testMount()">
57-
</Test>
58-
<Test
59-
Identifier = "SwiftIpfsApiTests/testObjectPatch()">
60-
</Test>
61-
</SkippedTests>
62-
</TestableReference>
6346
</Testables>
6447
<MacroExpansion>
6548
<BuildableReference
@@ -77,6 +60,7 @@
7760
buildConfiguration = "Debug"
7861
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7962
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
63+
language = ""
8064
launchStyle = "0"
8165
useCustomWorkingDirectory = "NO"
8266
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)