Skip to content

Commit 37c5709

Browse files
test: Move terminateApp_RunsOnMainThread to flaky plan (#6553)
1 parent 96aff5b commit 37c5709

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Plans/Sentry_Base.xctestplan

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"SentryThreadInspectorTests\/testGetCurrentThreadsWithStacktrace_WithSymbolication()",
5353
"SentryThreadInspectorTests\/testStacktraceHasFrames_forEveryThread()",
5454
"SentryThreadWrapperTests\/testOnMainThreadFromNonMainContext()",
55-
"SentryTracerTests\/testDeadlineTimer_StartedAndCancelledOnMainThread()"
55+
"SentryTracerTests\/testDeadlineTimer_StartedAndCancelledOnMainThread()",
56+
"SentryWatchdogTerminationTrackerTests\/testTerminateApp_RunsOnMainThread()"
5657
],
5758
"target" : {
5859
"containerPath" : "container:Sentry.xcodeproj",

Plans/Sentry_Flaky.xctestplan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"testTargets" : [
1717
{
1818
"selectedTests" : [
19+
"SentryWatchdogTerminationTrackerTests\/testTerminateApp_RunsOnMainThread()",
1920
"PrivateSentrySDKOnlyTests\/testProfilingStartAndCollect()",
2021
"SentryCrashBinaryImageCacheTests\/testRemoveImageFromBeginning",
2122
"SentryHttpTransportFlushIntegrationTests"

0 commit comments

Comments
 (0)