mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
LibWeb: Skip SubtleCrypto generate/exportKey tests
These tests seem to interact in a way that times out the test runner and messes up its expectations. The 'current test' moves on just as the previous crypto test calls done, resulting in the wrong expectations being checked. In reality these tests should be timing out themselves, rather than causing adjacent tests to fail intermittently...
This commit is contained in:
parent
f00afa4a71
commit
6574e60805
Notes:
sideshowbarker
2024-07-17 05:58:46 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/6574e60805
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
[Skipped]
|
||||
Text/input/Crypto/Text/input/Crypto/SubtleCrypto-exportKey.html
|
||||
Text/input/Crypto/Text/input/Crypto/SubtleCrypto-generateKey.html
|
||||
Text/input/Worker/Worker-echo.html
|
||||
Text/input/window-scrollTo.html
|
||||
Text/input/WebAnimations/animation-properties/playbackRate.html
|
||||
|
|
Loading…
Reference in a new issue