chore: disable flaky test

disable-flaky
Nolan Lawson 2022-11-17 07:44:01 -08:00
rodzic 6ebd6a6a01
commit d890d92cf3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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/')