Browse Source

disable url-plugin again for now

Artur Paikin 6 năm trước cách đây
mục cha
commit
31f82ab785
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/*'
   ],