Commit f33ad53f authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'mg-revert-jasmine-focused-test' into 'master'

Remove jasmine focused test

See merge request gitlab-org/gitlab!21693
parents a266ba13 a9915938
...@@ -145,8 +145,7 @@ describe('DiffsStoreActions', () => { ...@@ -145,8 +145,7 @@ describe('DiffsStoreActions', () => {
}); });
describe('fetchDiffFilesBatch', () => { describe('fetchDiffFilesBatch', () => {
// eslint-disable-next-line jasmine/no-focused-tests it('should fetch batch diff files', done => {
fit('should fetch batch diff files', done => {
const endpointBatch = '/fetch/diffs_batch'; const endpointBatch = '/fetch/diffs_batch';
const batch1 = `${endpointBatch}?per_page=${DIFFS_PER_PAGE}`; const batch1 = `${endpointBatch}?per_page=${DIFFS_PER_PAGE}`;
const batch2 = `${endpointBatch}?per_page=${DIFFS_PER_PAGE}&page=2`; const batch2 = `${endpointBatch}?per_page=${DIFFS_PER_PAGE}&page=2`;
......
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