Skip to content

Commit c81044d

Browse files
committed
e2e: skip sharded-cluster-shardingsphere for aarch64
1 parent 3fc1113 commit c81044d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

stackgres-k8s/e2e/spec/sharded-cluster-shardingsphere

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ e2e_exclusive_lock() {
1818
}
1919

2020
e2e_test_install() {
21+
if [ "$(uname -m)" = "aarch64" ]
22+
then
23+
return
24+
fi
2125
CLUSTER_NAME="$(get_sgshardedcluster_name "$SPEC_NAME")"
2226

2327
k8s_cleanup_namespace "$OPERATOR_NAMESPACE"
@@ -55,6 +59,12 @@ EOF
5559
}
5660

5761
e2e_test() {
62+
if [ "$(uname -m)" = "aarch64" ]
63+
then
64+
echo "Skipping for aarch64"
65+
return
66+
fi
67+
5868
run_test "Checking that is possible to connect using services is working" service_check
5969

6070
run_test "Checking that sharded technology is configured and working" sharded_check

0 commit comments

Comments
 (0)