소스 검색

temp disable url and transloadit tests

Artur Paikin 6 년 전
부모
커밋
2704e31579
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      test/endtoend/wdio.base.conf.js

+ 2 - 1
test/endtoend/wdio.base.conf.js

@@ -22,7 +22,8 @@ exports.config = {
 
   // Patterns to exclude.
   exclude: [
-    // 'path/to/excluded/files'
+    'test/endtoend/url-plugin/*',
+    'test/endtoend/transloadit/*'
   ],
 
   // Suites allows you to do `wdio config.js --suite $name` to run a subset of tests.