mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
remove outdated extensions group test
This commit is contained in:
parent
b74c542de5
commit
b199047fa6
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue