chore: skip test due to masto bug

This commit is contained in:
Nolan Lawson 2022-12-02 14:27:24 -08:00
parent fdd18b8669
commit 21bf7cc7de
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ const addFilter = async (t, phrase, tweak) => {
.expect(modalDialog.exists).notOk()
}
test('Can filter basic words', async t => {
// TODO: test broken by Mastodon v4 bug https://github.com/mastodon/mastodon/issues/21965
test.skip('Can filter basic words', async t => {
await postAs('admin', 'do not filter me!')
await postAs('admin', 'filterMeOut okay!')
await postAs('admin', 'filterMeOutTooEvenThoughItIsOneBigWord!')