Commit 818c6433 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 ee2e510c
......@@ -185,7 +185,9 @@ describe('RelatedIssuesRoot', () => {
});
});
it('displays a message from the backend upon error', done => {
// https://gitlab.com/gitlab-org/gitlab/issues/38410
// eslint-disable-next-line jasmine/no-disabled-tests
xit('displays a message from the backend upon error', done => {
const input = '#123';
const message = 'error';
......
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