Skip to content

Commit adac885

Browse files
committed
fix: forgot to unfocus an e2e test
1 parent 1148261 commit adac885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/smoke_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ var _ = Describe("Operator smoke test", func() {
201201
CheckPodsRunningAndReady(ctx, k8sClient, "ydb-cluster", "kind-storage", storageSample.Spec.Nodes)
202202
})
203203

204-
FIt("freeze + delete StatefulSet + un-freeze Storage", func() {
204+
It("freeze + delete StatefulSet + un-freeze Storage", func() {
205205
By("issuing create commands...")
206206
Expect(k8sClient.Create(ctx, storageSample)).Should(Succeed())
207207
defer DeleteStorageSafely(ctx, k8sClient, storageSample)

0 commit comments

Comments
 (0)