···4949 export OPENCV_TEST_DATA_PATH="$tmpPath/opencv_extra/testdata"5050 export OPENCV_SAMPLES_DATA_PATH="${opencv4.package_tests}/samples/data"51515252- #ignored tests because of gtest error - "Test code is not available due to compilation error with GCC 11"5353- export GTEST_FILTER="-AsyncAPICancelation/cancel*"5252+ # ignored tests because of gtest error - "Test code is not available due to compilation error with GCC 11"5353+ # ignore test due to numerical instability5454+ export GTEST_FILTER="-AsyncAPICancelation/cancel*:Photo_CalibrateDebevec.regression"5455 '';5556 accuracyTests = lib.optionalString runAccuracyTests ''5657 ${ builtins.concatStringsSep "\n"