Skip to content

Commit 1b5b97b

Browse files
committed
Exclude CAF test
1 parent 1eeb023 commit 1b5b97b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

calibration/tests/test_caf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
import validation_gt as vgt
1414

1515

16+
if b2test_utils.is_ci():
17+
b2test_utils.skip_test("Will not run the test because $BELLE2_IS_CI is not set.")
18+
1619
calibration_path = b2test_utils.require_file('calibration', 'validation')
1720

1821
with b2test_utils.clean_working_directory():

0 commit comments

Comments
 (0)