Cleanup test suite

This commit is contained in:
Vivek Saini 2022-04-28 21:36:01 +00:00
parent 72c033c9af
commit cd59462dca

View File

@ -142,12 +142,3 @@ foreach mdl {no yes} {
} $mdl $sdl 1 } $mdl $sdl 1
} }
} }
foreach mdl {no} {
foreach sdl {swapdb} {
test_psync {backlog expired} 3 100000000 1 3 {
assert {[s -1 sync_partial_err] > 0}
} $mdl $sdl 1
}
}