Enable all features in integration test
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user