Skip to content

Commit c181218

Browse files
Run 1 browser at a time in SignalR javascript functional tests (#25083)
1 parent 920d935 commit c181218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/FunctionalTests/scripts/karma.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ try {
2626
logLevel: config.LOG_INFO,
2727
autoWatch: false,
2828
singleRun: false,
29-
concurrency: Infinity,
29+
concurrency: 1,
3030

3131
// Log browser messages to a file, not the terminal.
3232
browserConsoleLogOptions: {

0 commit comments

Comments
 (0)