Skip to content

Commit

Permalink
🐛 Disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Nov 5, 2023
1 parent 3b1fd43 commit 86ba078
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 86ba078

Please sign in to comment.