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

Disabling failing integration test #3932

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
BlueprintName = "IntegrationTests"
ReferencedContainer = "container:DuckDuckGo-iOS.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "ConfigurationManagerIntegrationTests/testTdsAreFetchedFromURLBasedOnPrivacyConfigExperiment()">
</Test>
</SkippedTests>
</TestableReference>
<TestableReference
skipped = "NO"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ final class ConfigurationManagerIntegrationTests: XCTestCase {
configManager = nil
}

// Test temporarily disabled due to failure
func testTdsAreFetchedFromURLBasedOnPrivacyConfigExperiment() async {
// GIVEN
await configManager.fetchAndUpdateTrackerBlockingDependencies()
Expand Down
Loading