We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7eaa13 commit 6891c03Copy full SHA for 6891c03
1 file changed
test/scenarios-bootc/upstream/cos10-src@optional.sh
@@ -18,9 +18,15 @@ scenario_remove_vms() {
18
}
19
20
scenario_run_tests() {
21
+ local skip_args=""
22
+
23
+ skip_args="--skip sriov"
24
+ if [[ "${UNAME_M}" =~ aarch64 ]]; then
25
+ skip_args+=" --skip tls-scanner"
26
+ fi
27
run_tests host1 \
28
--variable "PROMETHEUS_HOST:$(hostname)" \
29
--variable "LOKI_HOST:$(hostname)" \
- --skip sriov \
30
+ "${skip_args}" \
31
suites/optional/
32
0 commit comments