From b199047fa6496cca6871d565692016ac81b36466 Mon Sep 17 00:00:00 2001 From: David Eads Date: Tue, 13 Apr 2021 14:13:10 -0400 Subject: [PATCH] remove outdated extensions group test --- test/integration/master/synthetic_master_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration/master/synthetic_master_test.go b/test/integration/master/synthetic_master_test.go index acb2d0e141e..e5c639bed93 100644 --- a/test/integration/master/synthetic_master_test.go +++ b/test/integration/master/synthetic_master_test.go @@ -93,10 +93,6 @@ func TestAppsPrefix(t *testing.T) { testPrefix(t, "/apis/apps/") } -func TestExtensionsPrefix(t *testing.T) { - testPrefix(t, "/apis/extensions/") -} - func TestKubernetesService(t *testing.T) { config := framework.NewMasterConfig() _, _, closeFn := framework.RunAMaster(config)