Skip to content

Commit e3ba423

Browse files
committed
Suppress rapid_change_num_rows
Test constantly failing for covid_ag_raw_pct_positive since not all geo_ids have data every day, we suppress errors for this since it's a false positive
1 parent ef13336 commit e3ba423

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ansible/templates/quidel_covidtest-params-prod.json.j2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
"min_expected_lag": {"all": "5"},
2727
"max_expected_lag": {"all": "5"},
2828
"dry_run": true,
29-
"suppressed_errors": []
29+
"suppressed_errors": [
30+
{"check_name": "check_rapid_change_num_rows",
31+
"signal": "covid_ag_raw_pct_positive"}
32+
]
3033
},
3134
"static": {
3235
"minimum_sample_size": 50

quidel_covidtest/params.json.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"min_expected_lag": {"all": "5"},
2828
"max_expected_lag": {"all": "5"},
2929
"dry_run": true,
30-
"suppressed_errors": []
30+
"suppressed_errors": [
31+
{"check_name": "check_rapid_change_num_rows",
32+
"signal": "covid_ag_raw_pct_positive"}
33+
]
3134
},
3235
"static": {
3336
"minimum_sample_size": 50

0 commit comments

Comments
 (0)