We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f40df3 commit c394a99Copy full SHA for c394a99
test/run.sh
@@ -123,7 +123,7 @@ if [ "$TEST_SUITE" == "workspace" ]; then
123
fi
124
125
# shellcheck disable=SC2086
126
- go test -v $TEST_LIST "${args[@]}" -labels="type=maintenance" -parallel-features=false 2>&1
+ go test -v $TEST_LIST "${args[@]}" -labels="type=maintenance" 2>&1
127
128
cd -
129
if [ "${REPORT}" != "" ]; then
test/tests/components/ws-manager/maintenence_test.go
@@ -130,8 +130,6 @@ func TestMaintenance(t *testing.T) {
130
}
131
132
133
- disableMaintenanceMode()
134
-
135
ctx, cancel := context.WithTimeout(testCtx, time.Duration(5*time.Minute))
136
defer cancel()
137
0 commit comments