Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit e9b7364

Browse files
authored
Disabling failing integration test (#3932)
Task/Issue URL: https://app.asana.com/0/1199333091098016/1209334737154919 Tech Design URL: CC: **Description**: This PR disables a failing integration test.
1 parent 204d48a commit e9b7364

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

DuckDuckGo-iOS.xcodeproj/xcshareddata/xcschemes/iOS Browser.xcscheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
BlueprintName = "IntegrationTests"
8888
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
8989
</BuildableReference>
90+
<SkippedTests>
91+
<Test
92+
Identifier = "ConfigurationManagerIntegrationTests/testTdsAreFetchedFromURLBasedOnPrivacyConfigExperiment()">
93+
</Test>
94+
</SkippedTests>
9095
</TestableReference>
9196
<TestableReference
9297
skipped = "NO"

IntegrationTests/Configuration/ConfigurationManagerIntegrationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ final class ConfigurationManagerIntegrationTests: XCTestCase {
4242
configManager = nil
4343
}
4444

45+
// Test temporarily disabled due to failure
4546
func testTdsAreFetchedFromURLBasedOnPrivacyConfigExperiment() async {
4647
// GIVEN
4748
await configManager.fetchAndUpdateTrackerBlockingDependencies()

0 commit comments

Comments
 (0)