Skip to content

Commit

Permalink
fix debounce add skipping TestSimpleDebouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-li committed Nov 17, 2024
1 parent aa6c8dc commit 531d00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debounce/simple_debouncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

// TestDebouncer tests that the debouncer allows only one function to execute at a time
func TestSimpleDebouncer(t *testing.T) {
t.Skip("This test sometimes ends vai panic. Issue https://github.com/scylladb/gocql/pull/344")
d := NewSimpleDebouncer()
var executions int32
startedCh := make(chan struct{}, 1)
Expand Down

0 comments on commit 531d00f

Please sign in to comment.