Skip to content
Snippets Groups Projects
Commit aa4474f3 authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch '38410-disable-flaky-frontend-test' into 'master'

Disable a flaky frontend test

See merge request gitlab-org/gitlab!21416
parents be58c3ce 818c6433
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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';
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment