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 3fc1113 commit c81044dCopy full SHA for c81044d
1 file changed
stackgres-k8s/e2e/spec/sharded-cluster-shardingsphere
@@ -18,6 +18,10 @@ e2e_exclusive_lock() {
18
}
19
20
e2e_test_install() {
21
+ if [ "$(uname -m)" = "aarch64" ]
22
+ then
23
+ return
24
+ fi
25
CLUSTER_NAME="$(get_sgshardedcluster_name "$SPEC_NAME")"
26
27
k8s_cleanup_namespace "$OPERATOR_NAMESPACE"
@@ -55,6 +59,12 @@ EOF
55
59
56
60
57
61
e2e_test() {
62
63
64
+ echo "Skipping for aarch64"
65
66
67
+
58
68
run_test "Checking that is possible to connect using services is working" service_check
69
70
run_test "Checking that sharded technology is configured and working" sharded_check
0 commit comments