Skip to content

Commit 5c89513

Browse files
authored
fix: remove the incorrect test case from 1.11 (#450)
Signed-off-by: Calum Murray <[email protected]>
1 parent 1adeee3 commit 5c89513

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/apis/feature/features_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,4 @@ func TestShouldNotOverrideDefaults(t *testing.T) {
6767
if !f.IsDisabled(KReferenceGroup) && !f.IsEnabled(KReferenceGroup) {
6868
t.Errorf("Expected default value for %s in flags %+v", KReferenceGroup, f)
6969
}
70-
if !f.IsEnabled(NewTriggerFilters) {
71-
t.Errorf("Expected default value for %s to be %s in flags %+v", NewTriggerFilters, Enabled, f)
72-
}
7370
}

0 commit comments

Comments
 (0)