remove focused test

This commit is contained in:
Nikola Jokic 2025-11-20 17:36:31 +01:00
parent 6b345a919c
commit a639c7bd87
No known key found for this signature in database
GPG Key ID: 554517D3D15A5D2F
1 changed files with 1 additions and 1 deletions

View File

@ -1115,7 +1115,7 @@ var _ = Describe("Test EphemeralRunnerSet controller with proxy settings", func(
startManagers(GinkgoT(), mgr)
})
FIt("should create a proxy secret and delete the proxy secreat after the runner-set is deleted", func() {
It("should create a proxy secret and delete the proxy secreat after the runner-set is deleted", func() {
secretCredentials := &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: "proxy-credentials",