We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d0ac6 commit ee73580Copy full SHA for ee73580
1 file changed
test/e2e/vm/hotplug_memory.go
@@ -46,7 +46,7 @@ var _ = FDescribe("HotplugMemory", func() {
46
)
47
48
BeforeEach(func() {
49
- // Skip("Hotplug memory requires enabling feature gate 'HotplugMemoryWithLiveMigration' in ModuleConfig. Skip until prechecks are implemented.")
+ Skip("Hotplug memory requires enabling feature gate 'HotplugMemoryWithLiveMigration' in ModuleConfig. Skip until prechecks are implemented.")
50
f = framework.NewFramework("memory-hotplug")
51
DeferCleanup(f.After)
52
f.Before()
0 commit comments