This commit is contained in:
cpwu 2022-05-24 17:21:42 +08:00
parent 5a445dae16
commit ad55be752d
1 changed files with 0 additions and 2 deletions

View File

@ -112,7 +112,6 @@ class TDTestCase:
return [
["ct1", "ct2"],
["ct1", "t1"],
["ct2", "ct4"],
["ct4", "t1"],
# ["ct1", "ct2", "ct4"],
# ["ct1", "ct2", "t1"],
@ -125,7 +124,6 @@ class TDTestCase:
def __tb_liast(self):
return [
"ct1",
"ct2",
"ct4",
"t1",
]