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
Do not download all data to run system tests (#39980)
For developers that haven't already pulled down the unit test data, it
is very slow to download the data. Since system tests should only depend
on system test data, modify the launch scripts to only build that
target.
Also add a dependency that docs-html on DocTestData.
There is no associated issue. Part of
[EWM13216](https://ornlrse.clm.ibmcloud.com/ccm/web/projects/Neutron%20Data%20Project%20(Change%20Management)#action=com.ibm.team.workitem.viewWorkItem&id=13216).
This is originally split off from #39154.
### To test:
A proper test is
```sh
ninja clean && ninja
./systemtest
```
but you might be happier just looking through the changeset.
0 commit comments