[tests] Skip flaky test (#730)

Reference #673
This commit is contained in:
Andrey Lushnikov 2017-09-08 23:42:06 -07:00 committed by GitHub
parent b8bb80a089
commit d791583ae5

View File

@ -1514,7 +1514,7 @@ describe('Page', function() {
await page.tap('button');
expect(await page.evaluate(() => result)).toBe('Clicked');
}));
it('should report touches', SX(async function() {
xit('should report touches', SX(async function() {
await page.goto(PREFIX + '/input/touches.html');
const button = await page.$('button');
await button.tap();