Remove 'async' from async_tests in display-lock/
Passing an async function to async_test will soon be disallowed in WPT, as any asserts thrown will be turned into unhandled promise rejections and the test will timeout. If a test needs async functions it should use promise_test instead - however in this case the tests don't actually need async functions (they don't use await or rely on promises). Bug: https://github.com/web-platform-tests/wpt/pull/25540 Change-Id: I9be1f0b89350b611ed7db260e9ec5b79def03305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414758Reviewed-by:vmpstr <vmpstr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#807916}
Showing
Please register or sign in to comment