Explorar o código

temp disable url and transloadit tests

Artur Paikin %!s(int64=6) %!d(string=hai) anos
pai
achega
2704e31579
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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.