mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 23:12:22 +00:00
Tests: Disable test-js on Windows
It doesn't quite work in CI the same way it does with the VS Preview locally.
This commit is contained in:
parent
56d7d50566
commit
d9d6e55102
Notes:
github-actions[bot]
2025-06-17 21:34:44 +00:00
Author: https://github.com/ayeteadoe
Commit: d9d6e55102
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4962
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/R-Goc
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS LibUnicode)
|
||||
serenity_test(test-value-js.cpp LibJS LIBS LibJS LibUnicode)
|
||||
|
||||
# FIXME: This test is currently not working in the windows-2025 GHA image due to the Visual Studio version currently being used
|
||||
if (WIN32 AND ENABLE_WINDOWS_CI)
|
||||
return()
|
||||
endif()
|
||||
|
||||
serenity_testjs_test(test-js.cpp test-js LIBS LibGC)
|
||||
set_tests_properties(test-js PROPERTIES ENVIRONMENT LADYBIRD_SOURCE_DIR=${SERENITY_PROJECT_ROOT})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue