Skip to content

Commit

Permalink
Remove unintentional focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Oct 16, 2023
1 parent 1b4961e commit 9a52376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ var _ = Describe("CassandraTask controller tests", func() {
Expect(sreq.KeyspaceName).To(Equal("ks1"))
})

FIt("Runs a compaction task against a pod", func() {
It("Runs a compaction task against a pod", func() {
By("Creating a task for compaction")

taskKey, task := buildTask(api.CommandCompaction, testNamespaceName)
Expand Down

0 comments on commit 9a52376

Please sign in to comment.