瀏覽代碼

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/*'
   ],