Commit a94903c9 authored by Roman Arora's avatar Roman Arora Committed by Commit Bot

Tab Search: Disable Verify ShowUI flaky test

Bug: 1148061
Change-Id: Ic3000705ca25b6d0ed48af4e1f8c323d67717722
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533325
Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org>
Commit-Queue: Roman Arora <romanarora@chromium.org>
Reviewed-by: default avatarThomas Lukaszewicz <tluk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826626}
parent 17bbb4dd
......@@ -314,7 +314,10 @@ suite('TabSearchAppTest', () => {
});
});
test('Verify showUI() is called correctly', async () => {
/** TODO(crbug.com/1148061) Investigate/Fix flaky test. */
// Casting to avoid inexistent skip() function closure validation error.
/** @type {!Object} */
(test).skip('Verify showUI() is called correctly', async () => {
assertEquals(0, testProxy.getCallCount('showUI'));
await setupTest(sampleData());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment