Skip to content

Commit

Permalink
fix sync to arcadia (#2580)
Browse files Browse the repository at this point in the history
* fix sync to arcadia

* update
  • Loading branch information
yegorskii authored Nov 27, 2024
1 parent 160a646 commit 13e8d01
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,9 @@ func TestSnapshotServiceDeleteIncrementalSnapshotWhileCreating(t *testing.T) {
err = internal_client.WaitOperation(ctx, client, deleteOperation.Id)
require.NoError(t, err)

//nolint:sa9003
// TODO: remove line above after
// https://github.com/ydb-platform/nbs/issues/2008
if creationErr == nil {
testcommon.RequireCheckpointsAreEmpty(t, ctx, diskID)
} else {
Expand Down

0 comments on commit 13e8d01

Please sign in to comment.