Skip to content

Commit ae44bef

Browse files
committed
test: temporarily ignore cnc tests - they consistently time out
1 parent f37ee06 commit ae44bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/compare_comply.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const serviceErrorUtils = require('../resources/service_error_util');
99

1010
describe('compare_comply_integration', () => {
1111
const compare_comply = new CompareComply(auth.compare_comply);
12-
describe('html conversion', () => {
12+
describe('html conversion @slow', () => {
1313
test('convertToHtml', done => {
1414
const params = {
1515
file: fs.createReadStream(__dirname + '/../resources/TestTable.pdf'),
@@ -53,7 +53,7 @@ describe('compare_comply_integration', () => {
5353
});
5454

5555
describe('tables', () => {
56-
test('extractTables', done => {
56+
test('extractTables @slow', done => {
5757
const params = {
5858
file: fs.createReadStream(__dirname + '/../resources/TestTable.pdf'),
5959
filename: 'TestTable.pdf',

0 commit comments

Comments
 (0)