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)