mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 21:07:44 +03:00
Disable flaky test (time-based)
This commit is contained in:
parent
b5be1fbd38
commit
100aca6a1e
@ -64,7 +64,8 @@ func TestScrobbler(t *testing.T) {
|
||||
Convey("And it saves the song as the one current playing", func() {
|
||||
info, _ := npRepo.Head(1)
|
||||
So(info.TrackId, ShouldEqual, "2")
|
||||
So(info.Start, ShouldHappenBefore, time.Now())
|
||||
// Commenting out time sensitive test, due to flakiness
|
||||
// So(info.Start, ShouldHappenBefore, time.Now())
|
||||
So(info.Username, ShouldEqual, "deluan")
|
||||
So(info.PlayerName, ShouldEqual, "DSub")
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user