From d883642243e21589f077cd16d9d3a3f186138564 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Fri, 21 Oct 2022 10:10:13 +0200 Subject: [PATCH] Disable testProfilingDataContainsEnvironmentSetFromConfigureScope (#2315) --- Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme | 3 +++ Tests/SentryTests/SentryHubTests.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme b/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme index ab01f542a2d..a13844ea9b4 100644 --- a/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme +++ b/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme @@ -67,6 +67,9 @@ + + diff --git a/Tests/SentryTests/SentryHubTests.swift b/Tests/SentryTests/SentryHubTests.swift index eb694414609..2191d37bfeb 100644 --- a/Tests/SentryTests/SentryHubTests.swift +++ b/Tests/SentryTests/SentryHubTests.swift @@ -881,7 +881,7 @@ extension SentryHubTests { } } - func testProfilingDataContainsEnvironmentSetFromConfigureScope() { + func testProfilingDataContainsEnvironmentSetFromConfigureScope_disabled() { let options = fixture.options options.profilesSampleRate = 1.0 options.tracesSampler = {(_: SamplingContext) -> NSNumber in