Commit 0dd1e36d authored by Albert Salim's avatar Albert Salim
parent ea41f945
......@@ -240,7 +240,9 @@ describe('RelatedIssuesRoot', () => {
setTimeout(done);
});
it('sets isFetching while fetching', done => {
// https://gitlab.com/gitlab-org/gitlab/issues/207376
// eslint-disable-next-line jasmine/no-disabled-tests
xit('sets isFetching while fetching', done => {
vm.fetchRelatedIssues();
expect(vm.isFetching).toEqual(true);
......
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