Skip to content

Commit

Permalink
Remove DBP test target (#1961)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1199230911884351/1206156415929478/f
Tech Design URL:
CC: @jotaemepereira

Description:

This PR removes the DBP test target.

The target wasn't being run on CI, and I've moved the one file it contained into the main app test suite and gotten it running again, so we have tests for pixel integration once more.
  • Loading branch information
samsymons authored Dec 14, 2023
1 parent 593217c commit e68375b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 139 deletions.
25 changes: 0 additions & 25 deletions Configuration/Tests/DBPUnitTests.xcconfig

This file was deleted.

2 changes: 1 addition & 1 deletion Configuration/Tests/UnitTests.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES

FEATURE_FLAGS = FEEDBACK NETWORK_PROTECTION
FEATURE_FLAGS = FEEDBACK NETWORK_PROTECTION DBP

INFOPLIST_FILE = UnitTests/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = com.duckduckgo.macos.browser.DuckDuckGoTests
Expand Down
Loading

0 comments on commit e68375b

Please sign in to comment.