Skip to content

Commit c394a99

Browse files
committed
Fix tests
1 parent 6f40df3 commit c394a99

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [ "$TEST_SUITE" == "workspace" ]; then
123123
fi
124124

125125
# shellcheck disable=SC2086
126-
go test -v $TEST_LIST "${args[@]}" -labels="type=maintenance" -parallel-features=false 2>&1
126+
go test -v $TEST_LIST "${args[@]}" -labels="type=maintenance" 2>&1
127127

128128
cd -
129129
if [ "${REPORT}" != "" ]; then

test/tests/components/ws-manager/maintenence_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ func TestMaintenance(t *testing.T) {
130130
}
131131
}
132132

133-
disableMaintenanceMode()
134-
135133
ctx, cancel := context.WithTimeout(testCtx, time.Duration(5*time.Minute))
136134
defer cancel()
137135

0 commit comments

Comments
 (0)