We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4d514 commit 46a28eeCopy full SHA for 46a28ee
e2e/bugs/2329.spec.ts
@@ -1,7 +1,7 @@
1
import { test, expect } from '@/e2e/helper';
2
3
test.describe('Bug #2329', { tag: '@bugs' }, () => {
4
- test('is fixed', async ({ page, mirage }) => {
+ test.skip('is fixed', async ({ page, mirage }) => {
5
await mirage.addHook(server => {
6
let user = server.create('user');
7
0 commit comments