summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-01-07 00:20:42 -0500
committerCarlos Aznarán2024-01-07 00:20:42 -0500
commitd27692e5714fa8c2978d2ff249336b7a3230d389 (patch)
tree37ace954f18e10d1d4d572577d2c10ad7b9eb2bf
parent0f0ab51ea10c9bda44675027fe250dff43ba3fac (diff)
downloadaur-d27692e5714fa8c2978d2ff249336b7a3230d389.tar.gz
Skip one test
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 117bd621d054..03a923a8375b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,6 +42,7 @@ check() {
test-env/bin/python -m pytest \
--browser=chrome \
--headless \
+ -k 'not run_with_dashboard.py' \
examples/unit_tests/verify_framework.py
}