Skip to content

Commit 7f17ce8

Browse files
pfaffeDevtools-frontend LUCI CQ
authored andcommitted
Disable flaky unittest
Bug: 404486704 No-Tree-Checks: true Change-Id: I62aec94a7deb82cdd2ca247e262606f361619e59 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6366897 Auto-Submit: Philip Pfaffe <[email protected]> Reviewed-by: Jack Franklin <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
1 parent 3fb14b0 commit 7f17ce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/ui/legacy/Toolbar.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ describeWithLocale('Toolbar', () => {
192192
await doubleRaf(); // give the timer time to resolve + initiate the context menu
193193
}
194194

195-
it('creates the context menu if it is enabled', async () => {
195+
// Flaky
196+
it.skip('[crbug.com/404486704] creates the context menu if it is enabled', async () => {
196197
const contextHandler = sinon.stub();
197198
const menuButton = createToolbarWithButton(contextHandler);
198199
menuButton.setEnabled(true);

0 commit comments

Comments
 (0)