Skip to content

Commit e6a2fa1

Browse files
committed
test: dont test cnc batches during ci, consistently taking too long
1 parent 9561fff commit e6a2fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/compare_comply.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe('feedback', () => {
219219
});
220220
});
221221

222-
describe('batches', () => {
222+
describe('batches @slow', () => {
223223
let batchId;
224224
test('createBatch / updateBatch', done => {
225225
const params = {

0 commit comments

Comments
 (0)