Skip to content

Commit

Permalink
[DevTools] Disable DevToolsAutofillTest.TriggerCreditCardInOOPIFIframe
Browse files Browse the repository at this point in the history
Bug: 1477600
Change-Id: I7b9aa0ad8def8d0c822d66eeb2966fbdf4251afe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4834354
Reviewed-by: Alex Rudenko <[email protected]>
Owners-Override: Greg Thompson <[email protected]>
Commit-Queue: Alex Rudenko <[email protected]>
Auto-Submit: Greg Thompson <[email protected]>
Commit-Queue: Greg Thompson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1191318}
  • Loading branch information
GregTho authored and Chromium LUCI CQ committed Sep 1, 2023
1 parent 9702f66 commit 0965ce9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ IN_PROC_BROWSER_TEST_F(DevToolsAutofillTest, TriggerCreditCardInIframe) {
EXPECT_EQ(GetFilledOutForm(unique_context_id), GetTestCreditCard());
}

IN_PROC_BROWSER_TEST_F(DevToolsAutofillTest, TriggerCreditCardInOOPIFIframe) {
// Disabled due to nullptr deref; see https://crbug.com/1477600.
IN_PROC_BROWSER_TEST_F(DevToolsAutofillTest,
DISABLED_TriggerCreditCardInOOPIFIframe) {
embedded_test_server()->ServeFilesFromSourceDirectory(
"chrome/test/data/autofill");
ASSERT_TRUE(embedded_test_server()->Start());
Expand Down

0 comments on commit 0965ce9

Please sign in to comment.