summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}