From e1a5ecdb6ea858dd35a295c6fba48a407118b655 Mon Sep 17 00:00:00 2001 From: Steve Bachmeier Date: Mon, 30 Dec 2024 09:05:20 -0800 Subject: [PATCH] temporarily change slow tests to Monday --- tests/e2e/test_get_measure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/test_get_measure.py b/tests/e2e/test_get_measure.py index c36d2416..26474a7f 100644 --- a/tests/e2e/test_get_measure.py +++ b/tests/e2e/test_get_measure.py @@ -31,7 +31,7 @@ from vivarium_inputs.interface import get_measure from vivarium_inputs.utilities import DataTypeNotImplementedError -SLOW_TEST_DAY = "Sunday" # Day to run very slow tests, e.g. PAFs and RRs +SLOW_TEST_DAY = "Monday" # Day to run very slow tests, e.g. PAFs and RRs LOCATION = "India"