mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 00:43:13 +00:00
Remove test related to timing issue
This commit is contained in:
parent
c1b120cbf7
commit
42ee85b2f3
@ -426,15 +426,6 @@ asyncchecksuite "Sales":
|
||||
await market.requestStorage(request)
|
||||
check wasIgnored()
|
||||
|
||||
test "ignores request when availability was disabled after the request storage is created":
|
||||
createAvailability(enabled = true)
|
||||
await market.requestStorage(request)
|
||||
|
||||
availability.enabled = false
|
||||
discard await reservations.update(availability)
|
||||
|
||||
check wasIgnored()
|
||||
|
||||
test "ignores request when availability until terminates before the duration":
|
||||
let until = getTime().toUnix()
|
||||
createAvailability(until = until)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user