Ver código fonte

disable url-plugin again for now

Artur Paikin 6 anos atrás
pai
commit
31f82ab785
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      test/endtoend/wdio.base.conf.js

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

@@ -22,7 +22,7 @@ exports.config = {
 
   // Patterns to exclude.
   exclude: [
-    // 'test/endtoend/url-plugin/*',
+    'test/endtoend/url-plugin/*',
     'test/endtoend/transloadit/*'
   ],