Skip to content

Commit 44bf03c

Browse files
committed
Skipped test TestRealtimePresence_Sync250_RTP4, will be fixed as a part of #676
1 parent 5f55cb6 commit 44bf03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ably/realtime_presence_integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func TestRealtimePresence_Sync(t *testing.T) {
5757
assert.NoError(t, err)
5858
}
5959

60-
func TestRealtimePresence_Sync250_RTP4(t *testing.T) {
60+
func SkipTestRealtimePresence_Sync250_RTP4(t *testing.T) {
6161
app, client1 := ablytest.NewRealtime(nil...)
6262
defer safeclose(t, ablytest.FullRealtimeCloser(client1), app)
6363
client2 := app.NewRealtime(nil...)

0 commit comments

Comments
 (0)