Skip to content

Commit

Permalink
add testSkip for TestFirstBootHasSSHKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
djoshy committed Aug 27, 2024
1 parent 7402f8d commit 0c2b8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/mcd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ func TestMCDRotatesCerts(t *testing.T) {
// the SSH is present on the node after first boot. This will eventually need
// to migrate to using the Cluster API (CAPI) instead.
func TestFirstBootHasSSHKeys(t *testing.T) {
t.Skip()
ctx, cancel := context.WithCancel(context.Background())
t.Cleanup(cancel)

Expand Down

0 comments on commit 0c2b8dd

Please sign in to comment.