mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 02:21:22 +00:00
fix the integration test
This commit is contained in:
@@ -808,6 +808,11 @@ func TestPostFilterPlugin(t *testing.T) {
|
||||
{Name: filterPluginName},
|
||||
},
|
||||
},
|
||||
PreScore: configv1.PluginSet{
|
||||
Disabled: []configv1.Plugin{
|
||||
{Name: "*"},
|
||||
},
|
||||
},
|
||||
Score: configv1.PluginSet{
|
||||
Enabled: []configv1.Plugin{
|
||||
{Name: scorePluginName},
|
||||
|
||||
Reference in New Issue
Block a user