Skip to content

Commit 7d500c2

Browse files
committed
Skip WarpPerspective.Rotation
1 parent 29f0f84 commit 7d500c2

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)