Skip to content

Commit 9e0bae6

Browse files
authored
Merge pull request #4002 from dkurt:d.kurtaev/skip_warpPerspective
Skip WarpPerspective.Rotation
2 parents b01e6a7 + 7d500c2 commit 9e0bae6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/cudev/test/test_warp.cu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ TEST(WarpAffine, Rotation)
237237

238238
TEST(WarpPerspective, Rotation)
239239
{
240+
if (cvtest::skipUnstableTests)
241+
throw SkipTestException("Skip unstable test: https://github.com/opencv/opencv/issues/27813");
242+
240243
const Size size = randomSize(100, 400);
241244

242245
Mat src = randomMat(size, CV_32FC1, 0, 1);

0 commit comments

Comments
 (0)