File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ test/e2e/apimachinery/aggregator.go: "Should be able to support the 1.10 Sample API Server using the current Aggregator"
1
2
test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom resource definition objects works"
2
3
test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning"
3
4
test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so"
Original file line number Diff line number Diff line change @@ -72,11 +72,12 @@ var _ = SIGDescribe("Aggregator", func() {
72
72
aggrclient = f .AggregatorClient
73
73
})
74
74
75
- It ("Should be able to support the 1.10 Sample API Server using the current Aggregator" , func () {
76
- // Make sure the relevant provider supports Aggregator
77
- framework .SkipUnlessServerVersionGTE (serverAggregatorVersion , f .ClientSet .Discovery ())
78
- framework .SkipUnlessProviderIs ("gce" , "gke" )
79
-
75
+ /*
76
+ Testname: aggregator-supports-the-sample-apiserver
77
+ Description: Ensure that the sample-apiserver code from 1.10 and compiled against 1.10
78
+ will work on the current Aggregator/API-Server.
79
+ */
80
+ framework .ConformanceIt ("Should be able to support the 1.10 Sample API Server using the current Aggregator" , func () {
80
81
// Testing a 1.10 version of the sample-apiserver
81
82
TestSampleAPIServer (f , imageutils .GetE2EImage (imageutils .APIServer ))
82
83
})
You can’t perform that action at this time.
0 commit comments