Skip to content

Commit

Permalink
[nc] mng awspec resource not yet available
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Sep 2, 2024
1 parent a0ddc50 commit 3983814
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/control_plane_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
its(:version) { should eq tfvars['eks_version'] }
end

describe eks_nodegroup(tfvars["management_node_group_name"]), cluster: tfvars["cluster_name"] do
it { should exist }
it { should be_ready }
its(:taints) { should include("dedicated" => { "effect" => "NO_SCHEDULE" }) }
end

describe iam_role(tfvars["cluster_name"] + '-vpc-cni') do
it { should exist }
end
Expand Down

0 comments on commit 3983814

Please sign in to comment.