Преглед изворни кода

disable url-plugin again for now

Artur Paikin пре 6 година
родитељ
комит
31f82ab785
1 измењених фајлова са 1 додато и 1 уклоњено
  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/*'
   ],