Explorar el Código

disable url-plugin again for now

Artur Paikin hace 6 años
padre
commit
31f82ab785
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/*'
   ],