You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test] exclude test case that fails on Ubuntu 24.04 runners (#180)
## Overview
Exclude two test lldb cases that fail on the new `ubuntu-latest` GitHub
runners when running against ds2 on Linux and Android. This exclusion
will get the ds2 CI runs green. #179 tracks identifying the root cause.
```
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwarf
TestDataFormatterSynthVal.DataFormatterSynthValueTestCase.test_with_run_command_dwo
```
This is technically two variants of the same test case, so there is
really only one new test that fails. This failure may exist when run
against `lldb-server`, but I have not root-caused the issue confirmed.
## Background
The `ubuntu-latest` GitHub test runners recently moved to Ubuntu 24.04
LTS builds and this test failure coincided with the change.
## Validation
[This](https://github.com/andrurogerz/ds2/actions/runs/12857224360)
manually triggered CI run succeeded.
0 commit comments