0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-25 12:28:55 +02:00

Skip flakey test for now

This commit is contained in:
Kegan Dougal 2022-03-02 11:38:13 +00:00
parent 8996cc8059
commit e46a61c49e

View file

@ -265,6 +265,7 @@ func TestUpdateNoPrevID(t *testing.T) {
// Test that if we make N calls to ManualUpdate for the same user, we only do it once, assuming the
// update is still ongoing.
func TestDebounce(t *testing.T) {
t.Skipf("panic on closed channel on GHA")
db := &mockDeviceListUpdaterDatabase{
staleUsers: make(map[string]bool),
prevIDsExist: func(string, []int) bool {