Skip to content

Commit

Permalink
TEMP: Focus on Azure Linux 3 test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Dec 10, 2024
1 parent 3e551df commit 5a74729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ var _ = Describe("Workload cluster creation", func() {
})
})

Context("Creating an Azure Linux cluster [OPTIONAL]", func() {
It("With Azure Linux control-plane and worker nodes", func() {
FContext("Creating an Azure Linux cluster [OPTIONAL]", func() {

Check failure on line 434 in test/e2e/azure_test.go

View workflow job for this annotation

GitHub Actions / lint

ginkgo-linter: Focus container found. This is used only for local debug and should not be part of the actual source code. Consider to replace with "Context" (ginkgolinter)

Check failure on line 434 in test/e2e/azure_test.go

View workflow job for this annotation

GitHub Actions / lint (test)

ginkgo-linter: Focus container found. This is used only for local debug and should not be part of the actual source code. Consider to replace with "Context" (ginkgolinter)
FIt("With Azure Linux control-plane and worker nodes", func() {

Check failure on line 435 in test/e2e/azure_test.go

View workflow job for this annotation

GitHub Actions / lint

ginkgo-linter: Focus container found. This is used only for local debug and should not be part of the actual source code. Consider to replace with "It" (ginkgolinter)

Check failure on line 435 in test/e2e/azure_test.go

View workflow job for this annotation

GitHub Actions / lint (test)

ginkgo-linter: Focus container found. This is used only for local debug and should not be part of the actual source code. Consider to replace with "It" (ginkgolinter)
clusterName = getClusterName(clusterNamePrefix, "azurelinux")
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
specName,
Expand Down

0 comments on commit 5a74729

Please sign in to comment.