Skip to content

Commit 13b22aa

Browse files
committed
fix e2e batch
1 parent b38f950 commit 13b22aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/e2e_batch/vax_suppliers.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ class TestPair:
8383
"""
8484
"ods_vax": TestPair.E8HA94_COVID_CUD,
8585
"ods_vax": TestPair.DPSFULL_COVID_CRUDS,
86-
"ods_vax": TestPair.V0V8L_FLU_CRUDS,
87-
"ods_vax": TestPair.V0V8L_3IN1_CRUDS,
8886
"ods_vax": TestPair.X26_MMR_CRUDS,
8987
"ods_vax": TestPair.YGA_MENACWY_CRUDS,
9088
"""
@@ -119,8 +117,8 @@ class TestPair:
119117
# DPSREDUCED_MENACWY_CRUDS = OdsVax("DPSREDUCED", "MENACWY")
120118
# DPSREDUCED_MMR_CRUDS = OdsVax("DPSREDUCED", "MMR")
121119
# DPSREDUCED_RSV_CRUDS = OdsVax("DPSREDUCED", "RSV")
122-
V0V8L_3IN1_CRUDS = OdsVax("V0V8L", "3IN1")
123-
V0V8L_FLU_CRUDS = OdsVax("V0V8L", "FLU")
120+
# V0V8L_3IN1_CRUDS = OdsVax("V0V8L", "3IN1")
121+
# V0V8L_FLU_CRUDS = OdsVax("V0V8L", "FLU")
124122
# V0V8L_HPV_CRUDS = OdsVax("V0V8L", "HPV")
125123
# V0V8L_MENACWY_CRUDS = OdsVax("V0V8L", "MENACWY")
126124
# V0V8L_MMR_CRUDS = OdsVax("V0V8L", "MMR")

0 commit comments

Comments
 (0)