diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23c3bfa9c63a1..10d0461926d84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,4 +34,4 @@ jobs: - name: runci run: | go mod tidy - go test -timeout 30s -run ^Test* k8s.io/apiserver/pkg/storage/etcd3 -v \ No newline at end of file + go test k8s.io/apiserver/pkg/storage/etcd3 -v \ No newline at end of file