Skip to content

Commit 4bee8ad

Browse files
committed
BATS: k8s/helm-install-rancher: Disable ramdisk
This test needs a lot of RAM (to run Rancher Manager); disable ramdisk to avoid hitting swap. Signed-off-by: Mark Yen <[email protected]>
1 parent 4e1c541 commit 4bee8ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bats/tests/k8s/helm-install-rancher.bats

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Test case 11 & 12
22

33
load '../helpers/load'
4-
RD_FILE_RAMDISK_SIZE=12 # We need more disk to run the Rancher image.
4+
5+
local_setup_file() {
6+
RD_USE_RAMDISK=false
7+
}
58

69
local_setup() {
710
needs_port 443

0 commit comments

Comments
 (0)