Skip to content

Commit ee73580

Browse files
committed
++ return Skip
Signed-off-by: Ivan Mikheykin <ivan.mikheykin@flant.com>
1 parent 06d0ac6 commit ee73580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/vm/hotplug_memory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var _ = FDescribe("HotplugMemory", func() {
4646
)
4747

4848
BeforeEach(func() {
49-
// Skip("Hotplug memory requires enabling feature gate 'HotplugMemoryWithLiveMigration' in ModuleConfig. Skip until prechecks are implemented.")
49+
Skip("Hotplug memory requires enabling feature gate 'HotplugMemoryWithLiveMigration' in ModuleConfig. Skip until prechecks are implemented.")
5050
f = framework.NewFramework("memory-hotplug")
5151
DeferCleanup(f.After)
5252
f.Before()

0 commit comments

Comments
 (0)