From 85862c3def991ab50263530bbace321e7af422a9 Mon Sep 17 00:00:00 2001 From: Tim Schmelter Date: Tue, 29 Sep 2020 12:21:14 -0700 Subject: [PATCH] fix: Remove enableThreadSanitizer flag from test invocation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69e0030257..56c3f7c6f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,7 +113,7 @@ jobs: command: xcodebuild build-for-testing -workspace Amplify.xcworkspace -scheme Amplify -sdk iphonesimulator -destination "${destination}" | xcpretty - run: name: Test amplify - command: xcodebuild test -enableThreadSanitizer NO -workspace Amplify.xcworkspace -scheme Amplify -sdk iphonesimulator -destination "${destination}" | xcpretty --simple --color --report junit + command: xcodebuild test -workspace Amplify.xcworkspace -scheme Amplify -sdk iphonesimulator -destination "${destination}" | xcpretty --simple --color --report junit - store_test_results: path: build/reports