Unfortunately snapshot checking still does not work in the presence of log entries reordering. It is impossible to know when exactly the snapshot will be taken and if it is taken before all smaller than snapshot idx entries are applied the check will fail since it assumes that. This patch disabled snapshot checking for SUM state machine that is used in backpressure test. Message-Id: <20201126122349.GE1655743@scylladb.com>