We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6ffe3 commit ec7cf7dCopy full SHA for ec7cf7d
1 file changed
Gruntfile.coffee
@@ -424,6 +424,7 @@ config =
424
outDir: devBuildPath + '/integration-tests/socks-echo/jasmine_chromeapp_slow/'
425
keepRunner: true
426
427
+ # Not currently included in any target due to flakiness.
428
jasmine_firefoxaddon:
429
tests: [
430
devBuildPath + '/integration-tests/tcp/tcp.core-env.spec.static.js'
@@ -592,7 +593,6 @@ taskManager.add 'socksEchoIntegrationTest', [
592
593
taskManager.add 'integration_test', [
594
'tcpIntegrationTest'
595
'socksEchoIntegrationTest'
- 'jasmine_firefoxaddon' # Currently only TCP test
596
]
597
598
taskManager.add 'lint', ['tslint']
0 commit comments