Skip to content

Commit

Permalink
Fix kinesis test failure
Browse files Browse the repository at this point in the history
Replication tests was running twice, once as test replication and another time as test snapshot, despite snapshot is not supported by kinesis.

---

Pull Request resolved: #71
commit_hash:ecf8c70a9c40b03492b78681ec6ec0e970cefeee
  • Loading branch information
laskoviymishka authored and robot-piglet committed Oct 24, 2024
1 parent 863f594 commit 3078a94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/kinesis2ch/replication/check_db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,3 @@ func TestReplication(t *testing.T) {
User: target.User,
})
}

func TestSnapshot(t *testing.T) {
TestReplication(t)
}

0 comments on commit 3078a94

Please sign in to comment.