Files
tubestation/browser/components/textrecognition/tests/browser/browser.toml
Timothy Nikkel be9c15aa26 Bug 1936743. Re-enable some tests on macos 14.07. r=jmaher
I think these got disabled when trying to green up tests on the new version of macos. However I think they were failing when the machines were still configured with disappearing scrollbars and weren't re-evaluated when the machines (correctly) had disappearing scrollbars disabled.

One needs this magic incantation in order to push to try currently with these new machines

./mach try fuzzy --worker-override="t-osx-1015-r8=releng-hardware/gecko-t-osx-1400-r8-staging" -q 'test-macosx1015 ...'

Differential Revision: https://phabricator.services.mozilla.com/D231906
2024-12-12 13:22:36 +00:00

13 lines
269 B
TOML

[DEFAULT]
support-files = [
"head.js",
"image.png",
"!/toolkit/content/tests/browser/doggy.png",
]
["browser_textrecognition.js"]
run-if = ["os == 'mac'"] # Mac only feature.
["browser_textrecognition_no_result.js"]
run-if = ["os == 'mac'"] # Mac only feature.