Skip to content

Commit

Permalink
Merge pull request kubevirt#10767 from brianmcarey/remove-quarantine-…
Browse files Browse the repository at this point in the history
…test-9306

Remove tls configuration test from quarantine
  • Loading branch information
kubevirt-bot authored Nov 22, 2023
2 parents 041d8b0 + fb157d9 commit 9161c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infrastructure/tls-configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var _ = DescribeInfra("tls configuration", func() {

})

It("[test_id:9306][QUARANTINE]should result only connections with the correct client-side tls configurations are accepted by the components", func() {
It("[test_id:9306]should result only connections with the correct client-side tls configurations are accepted by the components", func() {
labelSelectorList := []string{"kubevirt.io=virt-api", "kubevirt.io=virt-handler", "kubevirt.io=virt-exportproxy"}

var podsToTest []k8sv1.Pod
Expand Down

0 comments on commit 9161c68

Please sign in to comment.