8000
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 dd56a6c commit 8d68c68Copy full SHA for 8d68c68
Dockerfile--altlinux_10.tmpl
@@ -98,6 +98,12 @@ USER test
98
RUN chmod 700 ~/
99
RUN mkdir -p ~/.ssh
100
101
+#
102
+# Altlinux 10 and 11 too slowly create a new SSH connection (x6).
103
104
+# So, we exclude the "remote" tests until this problem has been resolved.
105
106
+
107
ENTRYPOINT sh -c " \
108
set -eux; \
109
echo HELLO FROM ENTRYPOINT; \
@@ -109,5 +115,5 @@ ssh-keygen -t rsa -f ~/.ssh/id_rsa -q -N ''; \
115
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys; \
110
116
chmod 600 ~/.ssh/authorized_keys; \
111
117
ls -la ~/.ssh/; \
112
-TEST_FILTER=\"\" bash ./run_tests.sh;"
118
+TEST_FILTER=\"TestgresTests or (TestTestgresCommon and (not remote_ops))\" bash ./run_tests.sh;"
113
119
0 commit comments