File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ func TestScaleTestWorkspaceTraffic(t *testing.T) {
82
82
// This test just validates that the CLI command accepts its known arguments.
83
83
func TestScaleTestDashboard (t * testing.T ) {
84
84
t .Parallel ()
85
+ if testutil .RaceEnabled () {
86
+ t .Skip ("Flakes under race detector, see https://github.com/coder/coder/issues/9168" )
87
+ }
85
88
86
89
ctx , cancelFunc := context .WithTimeout (context .Background (), testutil .WaitMedium )
87
90
defer cancelFunc ()
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ fatal() {
131
131
trap ' fatal "Script encountered an error"' ERR
132
132
133
133
cdroot
134
- start_cmd API " " " ${CODER_DEV_SHIM} " server --http-address 0.0.0.0:3000 --swagger-enable --dangerous-allow-cors-requests=true " $@ "
134
+ start_cmd API " " " ${CODER_DEV_SHIM} " server --http-address 0.0.0.0:3000 --swagger-enable --access-url " http://127.0.0.1:3000 " -- dangerous-allow-cors-requests=true " $@ "
135
135
136
136
echo ' == Waiting for Coder to become ready'
137
137
# Start the timeout in the background so interrupting this script
You can’t perform that action at this time.
0 commit comments