-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downgrade to version 2.1.3 of testing framework #1088
Conversation
Should we revert other changes? |
Datadog ReportBranch report: ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎖 Thanks for solving this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
Could we also re-enable tvOS instrumentation in this PR? Turned out that disabling it just for tvOS was a miss:
-// Temporarily disabled - causes "Touching Example\ tvOS.app" exit code: 65 on CI
-// OTHER_LDFLAGS[sdk=appletvsimulator*]=$$(inherited) -framework DatadogSDKTesting\n
+OTHER_LDFLAGS[sdk=appletvsimulator*]=$$(inherited) -framework DatadogSDKTesting\n
This reverts commit ead0f4b.
What and why?
DatadogSDKTesting
2.2.0-rc.4 makes the unit tests pipeline to hang when launching the app runner.CI passes when using 2.1.3, so lets downgrade on
develop
and investigate further the issue.Review checklist
Custom CI job configuration (optional)