diff --git a/tests/pytest/crash_gen.py b/tests/pytest/crash_gen.py index 486edb1ba0ecc9fe8ec69f320c10755aa44070ae..7fe321a3eb3642093ca35bec5e28be1a45da48b9 100755 --- a/tests/pytest/crash_gen.py +++ b/tests/pytest/crash_gen.py @@ -690,8 +690,8 @@ class StateHasData(AnyState): else: # should be STATE_HAS_DATA self.assertNoTask(tasks, DropDbTask) if (not self.hasTask(tasks, CreateFixedSuperTableTask)) : # if we didn't create the table - self.assertNoTask(tasks, DropFixedSuperTableTask) # we should not have a task that drops it - self.assertIfExistThenSuccess(tasks, ReadFixedDataTask) + self.assertNoTask(tasks, DropFixedSuperTableTask) # we should not have a task that drops it + # self.assertIfExistThenSuccess(tasks, ReadFixedDataTask) # State of the database as we believe it to be