File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -806,8 +806,7 @@ jobs:
806806 - run-tests-linux :
807807 # some native-dependent tests fail because of the lack of native
808808 # headers on emsdk-bundled clang
809- test_targets : "
810- other.test_minimal_runtime_code_size_hello_embind"
809+ test_targets : " other skip:other.test_native_link_error_message"
811810 test-browser-chrome :
812811 executor : bionic
813812 environment :
@@ -942,8 +941,7 @@ jobs:
942941 # Run a single websockify-based test to ensure it works on windows.
943942 - run-tests :
944943 title : " sockets.test_nodejs_sockets_echo*"
945- test_targets : "
946- other.test_minimal_runtime_code_size_hello_embind"
944+ test_targets : " sockets.test_nodejs_sockets_echo*"
947945 - upload-test-results
948946
949947 test-mac-arm64 :
@@ -966,7 +964,7 @@ jobs:
966964 # are currently missing arm64 macos binaries.
967965 - run-tests :
968966 title : " crossplatform tests"
969- test_targets : " other.test_minimal_runtime_code_size_hello_embind "
967+ test_targets : " --crossplatform-only "
970968 - upload-test-results
971969
972970workflows :
You can’t perform that action at this time.
0 commit comments