Skip to content

Commit ec7cf7d

Browse files
committed
remove firefox integration tests from dist build owing to flakiness
1 parent 1e6ffe3 commit ec7cf7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ config =
424424
outDir: devBuildPath + '/integration-tests/socks-echo/jasmine_chromeapp_slow/'
425425
keepRunner: true
426426

427+
# Not currently included in any target due to flakiness.
427428
jasmine_firefoxaddon:
428429
tests: [
429430
devBuildPath + '/integration-tests/tcp/tcp.core-env.spec.static.js'
@@ -592,7 +593,6 @@ taskManager.add 'socksEchoIntegrationTest', [
592593
taskManager.add 'integration_test', [
593594
'tcpIntegrationTest'
594595
'socksEchoIntegrationTest'
595-
'jasmine_firefoxaddon' # Currently only TCP test
596596
]
597597

598598
taskManager.add 'lint', ['tslint']

0 commit comments

Comments
 (0)