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 { ConfigurationError } = require('../../lib/errors')
const supportedFeatures = [ const supportedFeatures = [
// 'gtelte', 'gtelte',
// 'regex', 'regex',
// 'benchmark', 'benchmark',
// 'stash_in_path', 'stash_in_path',
// 'groovy_scripting', 'groovy_scripting',
// 'headers' 'headers'
] ]
function TestRunner (opts) { function TestRunner (opts) {