Skip to content

Commit

Permalink
🐛 Disable flaky tests (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Nov 5, 2023
1 parent 3b1fd43 commit 2d73f31
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Disabled because unloading openpose detection models is flaky.
See https://github.com/Mikubill/sd-webui-controlnet/actions/runs/6758718106/job/18370634881
for CI report of an example flaky run.
"""

import unittest
import cv2
import numpy as np
Expand Down

0 comments on commit 2d73f31

Please sign in to comment.