diff --git a/scripts/test b/scripts/test index 873a1be69763..f3a60a5d585f 100755 --- a/scripts/test +++ b/scripts/test @@ -59,17 +59,14 @@ fi . ./tests/docker/test-run-hardened echo "Did test-run-hardened $?" -# go test -timeout=30m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -serial -ginkgo.v - -if [ "$ARCH" != 'arm' ]; then - go test -timeout=50m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -ginkgo.v - echo "Did go test conformance $?" -fi # --- [ "$ARCH" != 'amd64' ] && \ early-exit "Skipping remaining tests, images not available for $ARCH." +go test -timeout=50m ./tests/docker/conformance/conformance_test.go -k3sImage="$K3S_IMAGE" -ginkgo.v +echo "Did go test conformance $?" + # --- if [ "$DRONE_BUILD_EVENT" = 'tag' ]; then