mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Disable TestPlugin_LifeCycle due to flakiness.
This commit is contained in:
parent
f660302e42
commit
089a703194
@ -370,6 +370,7 @@ func TestPlugin_New(t *testing.T) {
|
|||||||
// and play through the whole life cycle of the plugin while creating pods, deleting
|
// and play through the whole life cycle of the plugin while creating pods, deleting
|
||||||
// and failing them.
|
// and failing them.
|
||||||
func TestPlugin_LifeCycle(t *testing.T) {
|
func TestPlugin_LifeCycle(t *testing.T) {
|
||||||
|
t.Skip("disabled due to flakiness; see #10795")
|
||||||
assert := &EventAssertions{*assert.New(t)}
|
assert := &EventAssertions{*assert.New(t)}
|
||||||
|
|
||||||
// create a fake pod watch. We use that below to submit new pods to the scheduler
|
// create a fake pod watch. We use that below to submit new pods to the scheduler
|
||||||
|
Loading…
Reference in New Issue
Block a user