Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit f283b70

Browse files
author
Alexey Masterov
committed
Revert "Increase /dev/shm size on Linux systems to work around the"
This reverts commit f6f9471.
1 parent 65d82cd commit f283b70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests_install/test_installcheck.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ def test_make_check(self, request):
8181
print("Test performed with pgpro-online-upgrade")
8282
run_test_ou = True
8383

84-
if edition == "ent" and version == "13" and self.system == "Linux":
85-
os.system('mount -t tmpfs -o remount,size=1000M tmpfs /dev/shm')
86-
8784
if self.system == 'Windows':
8885
if os.path.exists(pginst.get_default_bin_path()):
8986
# Refresh environment to get correct PYTHONHOME

0 commit comments

Comments
 (0)