summaryrefslogtreecommitdiff
path: root/test/wpt/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/wpt/testcfg.py')
-rw-r--r--test/wpt/testcfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wpt/testcfg.py b/test/wpt/testcfg.py
index db235699dd..3c356cf474 100644
--- a/test/wpt/testcfg.py
+++ b/test/wpt/testcfg.py
@@ -3,4 +3,4 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
def GetConfiguration(context, root):
- return testpy.ParallelTestConfiguration(context, root, 'wpt')
+ return testpy.SimpleTestConfiguration(context, root, 'wpt')