Skip to content

Commit

Permalink
Merge pull request #171 from marko7460/fix_node_pool_test
Browse files Browse the repository at this point in the history
Fixing intermittent failing test case
  • Loading branch information
aaron-lane authored Jun 14, 2019
2 parents 0860fd0 + f7717c9 commit 481c3d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/integration/node_pool/controls/kubectl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@
effect: "PreferNoSchedule",
key: "all-pools-example",
value: "true",
},
{
effect: "NoSchedule",
key: "nvidia.com/gpu",
value: "present",
},
}
])
end
end
Expand Down

0 comments on commit 481c3d4

Please sign in to comment.