Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 29a57a0

Browse files
authored
Disable test (#44)
1 parent ed11524 commit 29a57a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/chrome_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ void main() {
183183
);
184184
expect(result, contains(_userDataDirName));
185185
},
186-
skip: headless, // headless mode does not allow chrome: urls.
186+
// Note: When re-enabling, skip for headless mode because headless
187+
// mode does not allow chrome: urls.
188+
skip: 'https://github.com/dart-lang/sdk/issues/52357',
187189
);
188190
});
189191
}

0 commit comments

Comments
 (0)