mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Merge pull request #27617 from pmorie/int-test-typo
Automatic merge from submit-queue Fix typo in GC integration tests Fix a typo in `TestCreateWithNonExisitentOwner`
This commit is contained in:
commit
dc729a275a
@ -250,7 +250,7 @@ func TestCascadingDeletion(t *testing.T) {
|
|||||||
|
|
||||||
// This test simulates the case where an object is created with an owner that
|
// This test simulates the case where an object is created with an owner that
|
||||||
// doesn't exist. It verifies the GC will delete such an object.
|
// doesn't exist. It verifies the GC will delete such an object.
|
||||||
func TestCreateWithNonExisitentOwner(t *testing.T) {
|
func TestCreateWithNonExistentOwner(t *testing.T) {
|
||||||
gc, clientSet := setup(t)
|
gc, clientSet := setup(t)
|
||||||
oldEnableGarbageCollector := registry.EnableGarbageCollector
|
oldEnableGarbageCollector := registry.EnableGarbageCollector
|
||||||
registry.EnableGarbageCollector = true
|
registry.EnableGarbageCollector = true
|
||||||
|
Loading…
Reference in New Issue
Block a user