Commit e1a598c5 authored by Ilya Lavrenov's avatar Ilya Lavrenov

disabled ABF tests

parent 879c0196
...@@ -381,7 +381,7 @@ PERF_TEST_P(BilateralFixture, Bilateral, ...@@ -381,7 +381,7 @@ PERF_TEST_P(BilateralFixture, Bilateral,
typedef Size_MatType adaptiveBilateralFixture; typedef Size_MatType adaptiveBilateralFixture;
PERF_TEST_P(adaptiveBilateralFixture, adaptiveBilateral, PERF_TEST_P(adaptiveBilateralFixture, DISABLED_adaptiveBilateral,
::testing::Combine(::testing::Values(OCL_SIZE_1000), OCL_PERF_ENUM(CV_8UC1, CV_8UC3))) ::testing::Combine(::testing::Values(OCL_SIZE_1000), OCL_PERF_ENUM(CV_8UC1, CV_8UC3)))
{ {
const Size_MatType_t params = GetParam(); const Size_MatType_t params = GetParam();
......
...@@ -334,7 +334,7 @@ OCL_TEST_P(Bilateral, Mat) ...@@ -334,7 +334,7 @@ OCL_TEST_P(Bilateral, Mat)
typedef FilterTestBase AdaptiveBilateral; typedef FilterTestBase AdaptiveBilateral;
OCL_TEST_P(AdaptiveBilateral, Mat) OCL_TEST_P(AdaptiveBilateral, DISABLED_Mat)
{ {
const Size kernelSize(ksize, ksize); const Size kernelSize(ksize, ksize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment