mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Disable Stable Diffusion XL test.
It's still broken when running on BuildKite, will figure out why tomorrow. Disable it in the meantime. PiperOrigin-RevId: 617398037
This commit is contained in:
committed by
gVisor bot
parent
9d2a513de1
commit
4a44f7d442
@@ -25,6 +25,7 @@ import (
|
||||
|
||||
// TestStableDiffusionXL generates an image with Stable Diffusion XL.
|
||||
func TestStableDiffusionXL(t *testing.T) {
|
||||
t.Skip("TODO(b/306706609): Fix this test.")
|
||||
ctx := context.Background()
|
||||
sdxl := stablediffusion.NewDockerXL(t)
|
||||
generateCtx, generateCancel := context.WithTimeout(ctx, 15*time.Minute)
|
||||
|
||||
Reference in New Issue
Block a user