diff --git a/tests/systemtests/snapshots_test.go b/tests/systemtests/snapshots_test.go index 0c1374ac401..e4927fb964d 100644 --- a/tests/systemtests/snapshots_test.go +++ b/tests/systemtests/snapshots_test.go @@ -15,6 +15,8 @@ import ( const disabledLog = "--log_level=disabled" func TestSnapshots(t *testing.T) { + t.Skip("Not persisting properly on CI") + systest.Sut.ResetChain(t) cli := systest.NewCLIWrapper(t, systest.Sut, systest.Verbose) systest.Sut.StartChain(t)