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 b38f950 commit 13b22aaCopy full SHA for 13b22aa
tests/e2e_batch/vax_suppliers.py
@@ -83,8 +83,6 @@ class TestPair:
83
"""
84
"ods_vax": TestPair.E8HA94_COVID_CUD,
85
"ods_vax": TestPair.DPSFULL_COVID_CRUDS,
86
- "ods_vax": TestPair.V0V8L_FLU_CRUDS,
87
- "ods_vax": TestPair.V0V8L_3IN1_CRUDS,
88
"ods_vax": TestPair.X26_MMR_CRUDS,
89
"ods_vax": TestPair.YGA_MENACWY_CRUDS,
90
@@ -119,8 +117,8 @@ class TestPair:
119
117
# DPSREDUCED_MENACWY_CRUDS = OdsVax("DPSREDUCED", "MENACWY")
120
118
# DPSREDUCED_MMR_CRUDS = OdsVax("DPSREDUCED", "MMR")
121
# DPSREDUCED_RSV_CRUDS = OdsVax("DPSREDUCED", "RSV")
122
- V0V8L_3IN1_CRUDS = OdsVax("V0V8L", "3IN1")
123
- V0V8L_FLU_CRUDS = OdsVax("V0V8L", "FLU")
+ # V0V8L_3IN1_CRUDS = OdsVax("V0V8L", "3IN1")
+ # V0V8L_FLU_CRUDS = OdsVax("V0V8L", "FLU")
124
# V0V8L_HPV_CRUDS = OdsVax("V0V8L", "HPV")
125
# V0V8L_MENACWY_CRUDS = OdsVax("V0V8L", "MENACWY")
126
# V0V8L_MMR_CRUDS = OdsVax("V0V8L", "MMR")
0 commit comments