mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #20608 from nikhiljindal/etcd_failure
Auto commit by PR queue bot
This commit is contained in:
commit
3e8a55b81c
@ -29,7 +29,6 @@ import (
|
|||||||
|
|
||||||
var _ = Describe("Etcd failure [Disruptive]", func() {
|
var _ = Describe("Etcd failure [Disruptive]", func() {
|
||||||
|
|
||||||
var skipped bool
|
|
||||||
framework := NewFramework("etcd-failure")
|
framework := NewFramework("etcd-failure")
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
@ -38,9 +37,7 @@ var _ = Describe("Etcd failure [Disruptive]", func() {
|
|||||||
// - master access
|
// - master access
|
||||||
// ... so the provider check should be identical to the intersection of
|
// ... so the provider check should be identical to the intersection of
|
||||||
// providers that provide those capabilities.
|
// providers that provide those capabilities.
|
||||||
skipped = true
|
|
||||||
SkipUnlessProviderIs("gce")
|
SkipUnlessProviderIs("gce")
|
||||||
skipped = false
|
|
||||||
|
|
||||||
Expect(RunRC(RCConfig{
|
Expect(RunRC(RCConfig{
|
||||||
Client: framework.Client,
|
Client: framework.Client,
|
||||||
|
Loading…
Reference in New Issue
Block a user