Skip to content

Commit

Permalink
fix reporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed May 3, 2024
1 parent 6439492 commit afc946e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/reporter/reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ func TestGRPCReporter(t *testing.T) {
time.Sleep(time.Second)

// The reporter becomes not ready after the default setting has been deleted
// TODO
//oboe.RemoveSetting()
o.RemoveSetting()
r.checkSettingsTimeout(make(chan bool, 1))

require.False(t, r.isReady())
Expand Down Expand Up @@ -537,8 +536,7 @@ func testProxy(t *testing.T, proxyUrl string) {
time.Sleep(time.Second)

// The reporter becomes not ready after the default setting has been deleted
// TODO
// oboe.RemoveSetting()
o.RemoveSetting()
r.checkSettingsTimeout(make(chan bool, 1))

require.False(t, r.isReady())
Expand Down

0 comments on commit afc946e

Please sign in to comment.