Skip to content

Commit

Permalink
Disable testProfilingDataContainsEnvironmentSetFromConfigureScope (#2315
Browse files Browse the repository at this point in the history
)
  • Loading branch information
philipphofmann authored Oct 21, 2022
1 parent 9b4a625 commit d883642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
<Test
Identifier = "SentryHttpTransportTests/testFlush_CalledSequentially_BlocksTwice_disabled()">
</Test>
<Test
Identifier = "SentryHubTests/testProfilingDataContainsEnvironmentSetFromConfigureScope_disabled()">
</Test>
<Test
Identifier = "SentryHubTests/testStartTransaction_ProfilingDataIsValid_disabled()">
</Test>
Expand Down
2 changes: 1 addition & 1 deletion Tests/SentryTests/SentryHubTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ extension SentryHubTests {
}
}

func testProfilingDataContainsEnvironmentSetFromConfigureScope() {
func testProfilingDataContainsEnvironmentSetFromConfigureScope_disabled() {
let options = fixture.options
options.profilesSampleRate = 1.0
options.tracesSampler = {(_: SamplingContext) -> NSNumber in
Expand Down

0 comments on commit d883642

Please sign in to comment.