Skip to content

Commit cd81349

Browse files
authored
[CI] Skip ONNX Upscale tests (#11774)
update
1 parent fbddf02 commit cd81349

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pipelines/stable_diffusion/test_onnx_stable_diffusion_upscale.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
import onnxruntime as ort
4343

4444

45+
# TODO: (Dhruv) Update hub_checkpoint repo_id
46+
@unittest.skip(
47+
"There is a potential backdoor vulnerability in the hub_checkpoint. Skip running this test until resolved"
48+
)
4549
class OnnxStableDiffusionUpscalePipelineFastTests(OnnxPipelineTesterMixin, unittest.TestCase):
4650
# TODO: is there an appropriate internal test set?
4751
hub_checkpoint = "ssube/stable-diffusion-x4-upscaler-onnx"

0 commit comments

Comments
 (0)