Skip to content

Commit

Permalink
Fix e2e "validates that InterPodAntiAffinity is respected if matching…
Browse files Browse the repository at this point in the history
… 2".
  • Loading branch information
Avesh Agarwal committed Jan 26, 2017
1 parent db2dc78 commit ed8cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scheduler_predicates.go
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ var _ = framework.KubeDescribe("SchedulerPredicates [Serial]", func() {
LabelSelector: &metav1.LabelSelector{
MatchExpressions: []metav1.LabelSelectorRequirement{
{
Key: "security",
Key: "service",
Operator: metav1.LabelSelectorOpIn,
Values: []string{"S1", "value2"},
},
Expand Down

0 comments on commit ed8cd82

Please sign in to comment.