Skip to content

Conversation

@philipphofmann
Copy link
Member

@philipphofmann philipphofmann commented Nov 10, 2025

Add testCreateDirectoryIfNotExists_successful_shouldNotLogError to the flaky plan.

Failed here: https://github.com/getsentry/sentry-cocoa/actions/runs/19233074305/job/54976002030

#skip-changelog

Closes #6736

Add testCreateDirectoryIfNotExists_successful_shouldNotLogError
to the flaky plan.
@philipphofmann philipphofmann added the ready-to-merge Use this label to trigger all PR workflows label Nov 10, 2025
@codecov
Copy link

codecov bot commented Nov 10, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
3952 1 3951 55
View the top 1 failed test(s) by shortest run time
iOS_Swift6_UITests.UITests::testLaunchAndCaptureError
Stack Traces | 0s run time
.../iOS-Swift6/iOS-Swift6-UITests/UITests.swift:11 - Failed to get background assertion for target app with pid 11272: Timed out while acquiring background assertion.

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link
Contributor

@itaybre itaybre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to remove them from the other plan?

@philipphofmann philipphofmann merged commit ee1f2ca into main Nov 11, 2025
169 of 182 checks passed
@philipphofmann philipphofmann deleted the test/add-file-manager-test-to-flaky-test-plan branch November 11, 2025 06:40
@philipphofmann
Copy link
Member Author

No need to remove them from the other plan?

@itaybre, Sentry_Base has a skipped list.

"skippedTests" : [
"PrivateSentrySDKOnlyTests\/testProfilingStartAndCollect()",
"SentryANRTrackerTests\/testANRButAppInBackground_NoANR()",
"SentryANRTrackerTests\/testMultipleListeners()",
"SentryCoreDataTrackerTests\/testFetchRequestBackgroundThread()",
"SentryCoreDataTrackerTests\/testSaveBackgroundThread()",
"SentryCrashBinaryImageCacheTests\/testRemoveImageFromBeginning",
"SentryCrashIntegrationTests\/testStartUpCrash_CallsFlush()",
"SentryCrashReportStore_Tests\/testCrashReportCount1",
"SentryCrashReportStore_Tests\/testDeleteAllReports",
"SentryCrashReportStore_Tests\/testPruneReports",
"SentryCrashReportStore_Tests\/testStoresLoadsMultipleReports",
"SentryFileManagerTests\/testCreateDirectoryIfNotExists_successful_shouldNotLogError()",
"SentryHttpTransportFlushIntegrationTests",
"SentryHttpTransportTests\/testFlush_WhenNoInternet_BlocksAndFinishes()",
"SentryNetworkTrackerIntegrationTestServerTests",
"SentryNetworkTrackerIntegrationTestServerTests\/testGetRequest_SpanCreatedAndBaggageHeaderAdded()",
"SentryOnDemandReplayTests\/testAddFrameIsThreadSafe()",
"SentryProfilerSwiftTests\/testConcurrentSpansWithTimeout()",
"SentryReachabilityTest\/testMultipleReachabilityObservers",
"SentrySDKIntegrationTestsBase",
"SentrySDKInternalTests\/testResumeAndPauseAppHangTracking()",
"SentrySDKTests\/testStartOnTheMainThread()",
"SentrySessionGeneratorTests\/testSendSessions()",
"SentrySubClassFinderTests\/testActOnSubclassesOfViewController()",
"SentryThreadInspectorTests\/testGetCurrentThreadsWithStacktrace_WithSymbolication()",
"SentryThreadInspectorTests\/testStacktraceHasFrames_forEveryThread()",
"SentryThreadWrapperTests\/testOnMainThreadFromNonMainContext()",
"SentryTracerTests\/testDeadlineTimer_StartedAndCancelledOnMainThread()",
"SentryWatchdogTerminationTrackerTests\/testTerminateApp_RunsOnMainThread()"
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge Use this label to trigger all PR workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: Add SentryFileManagerTest to flaky plans

4 participants