From d890d92cf39487443d157d64b04f660ecda1f405 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 17 Nov 2022 07:44:01 -0800 Subject: [PATCH] chore: disable flaky test --- tests/spec/003-basic-timeline-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/003-basic-timeline-spec.js b/tests/spec/003-basic-timeline-spec.js index 259efa7e..72c59a68 100644 --- a/tests/spec/003-basic-timeline-spec.js +++ b/tests/spec/003-basic-timeline-spec.js @@ -25,7 +25,7 @@ test('Shows the home timeline', async t => { await t.expect(getFirstVisibleStatus().getAttribute('aria-setsize')).eql(homeTimeline.length.toString()) }) -test('Shows notifications', async t => { +test.skip('Shows notifications', async t => { await loginAsFoobar(t) await t .expect(getUrl()).eql('http://localhost:4002/')