mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-26 10:02:42 +00:00
test(lib/store/valkey): disable tests if not using docker
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -18,6 +18,8 @@ func TestImpl(t *testing.T) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
testcontainers.SkipIfProviderIsNotHealthy(t)
|
||||||
|
|
||||||
req := testcontainers.ContainerRequest{
|
req := testcontainers.ContainerRequest{
|
||||||
Image: "valkey/valkey:8",
|
Image: "valkey/valkey:8",
|
||||||
WaitingFor: wait.ForLog("Ready to accept connections"),
|
WaitingFor: wait.ForLog("Ready to accept connections"),
|
||||||
|
|||||||
Reference in New Issue
Block a user