mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-22 07:03:28 +00:00
mark aggregator test LinuxOnly
Signed-off-by: joshjms <joshjms1607@gmail.com>
This commit is contained in:
5
test/conformance/testdata/conformance.yaml
vendored
5
test/conformance/testdata/conformance.yaml
vendored
@@ -256,9 +256,10 @@
|
||||
file: test/e2e/apimachinery/aggregated_discovery.go
|
||||
- testname: aggregator-supports-the-sample-apiserver
|
||||
codename: '[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample
|
||||
API Server using the current Aggregator [Conformance]'
|
||||
API Server using the current Aggregator [LinuxOnly] [Conformance]'
|
||||
description: Ensure that the sample-apiserver code from 1.17 and compiled against
|
||||
1.17 will work on the current Aggregator/API-Server.
|
||||
1.17 will work on the current Aggregator/API-Server. This test is marked LinuxOnly
|
||||
because etcd does not provide or support images for Windows.
|
||||
release: v1.17, v1.21, v1.27
|
||||
file: test/e2e/apimachinery/aggregator.go
|
||||
- testname: Custom Resource Definition Conversion Webhook, convert mixed version list
|
||||
|
||||
@@ -97,8 +97,9 @@ var _ = SIGDescribe("Aggregator", func() {
|
||||
Testname: aggregator-supports-the-sample-apiserver
|
||||
Description: Ensure that the sample-apiserver code from 1.17 and compiled against 1.17
|
||||
will work on the current Aggregator/API-Server.
|
||||
This test is marked LinuxOnly because etcd does not provide or support images for Windows.
|
||||
*/
|
||||
framework.ConformanceIt("Should be able to support the 1.17 Sample API Server using the current Aggregator", func(ctx context.Context) {
|
||||
framework.ConformanceIt("Should be able to support the 1.17 Sample API Server using the current Aggregator [LinuxOnly]", func(ctx context.Context) {
|
||||
// Testing a 1.17 version of the sample-apiserver
|
||||
TestSampleAPIServer(ctx, f, aggrclient, imageutils.GetE2EImage(imageutils.APIServer), defaultApiServiceGroupName, defaultApiServiceVersion)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user