We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeb023 commit 1b5b97bCopy full SHA for 1b5b97b
calibration/tests/test_caf.py
@@ -13,6 +13,9 @@
13
import validation_gt as vgt
14
15
16
+if b2test_utils.is_ci():
17
+ b2test_utils.skip_test("Will not run the test because $BELLE2_IS_CI is not set.")
18
+
19
calibration_path = b2test_utils.require_file('calibration', 'validation')
20
21
with b2test_utils.clean_working_directory():
0 commit comments