Skip to content

Commit

Permalink
Disable malicious site tests temporarily (#3703)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1199230911884351/1209093806295277/f
Tech Design URL:
CC:

Description:

This PR disables the malicious site tests temporarily, to be re-enabled later this week.
  • Loading branch information
samsymons authored Jan 6, 2025
1 parent 5473b36 commit 80439ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
<Test
Identifier = "HTTPSUpgradeIntegrationTests">
</Test>
<Test
Identifier = "MaliciousSiteProtectionIntegrationTests">
</Test>
<Test
Identifier = "NavigationProtectionIntegrationTests/testAMPLinks()">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
<Test
Identifier = "HTTPSUpgradeIntegrationTests">
</Test>
<Test
Identifier = "MaliciousSiteProtectionIntegrationTests">
</Test>
<Test
Identifier = "NavigationProtectionIntegrationTests/testAMPLinks()">
</Test>
Expand Down

0 comments on commit 80439ea

Please sign in to comment.