Commit 03badbed authored by Rémy Coutable's avatar Rémy Coutable

Disable a flaky frontend test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7c4bc9d1
...@@ -70,7 +70,8 @@ describe('MergeRequest', function() { ...@@ -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 mock
.onPatch(`${gl.TEST_HOST}/frontend-fixtures/merge-requests-project/merge_requests/1.json`) .onPatch(`${gl.TEST_HOST}/frontend-fixtures/merge-requests-project/merge_requests/1.json`)
.reply(409, {}); .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