Commit 3ca2042d authored by Clement Ho's avatar Clement Ho

Merge branch '34861-quarantine-flaky-frontend-test' into 'master'

Disable a flaky frontend test

See merge request gitlab-org/gitlab!19096
parents b7af98cb 03badbed
......@@ -70,7 +70,8 @@ describe('MergeRequest', function() {
});
});
it('shows an error notification when tasklist update failed', done => {
// eslint-disable-next-line jasmine/no-disabled-tests
xit('shows an error notification when tasklist update failed', done => {
mock
.onPatch(`${gl.TEST_HOST}/frontend-fixtures/merge-requests-project/merge_requests/1.json`)
.reply(409, {});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment