Enable all features in integration test

This commit is contained in:
delvedor
2018-11-02 11:47:40 +01:00
parent 42fd15d54c
commit 99e9568b58

View File

@ -6,12 +6,12 @@ const workq = require('workq')
const { ConfigurationError } = require('../../lib/errors')
const supportedFeatures = [
// 'gtelte',
// 'regex',
// 'benchmark',
// 'stash_in_path',
// 'groovy_scripting',
// 'headers'
'gtelte',
'regex',
'benchmark',
'stash_in_path',
'groovy_scripting',
'headers'
]
function TestRunner (opts) {