Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit tests: Restore site-data.spec.ts (#1194)
The test was removed in #1192 due to intermittent failures like these: ``` FAIL src/lib/steps/site-data.spec.ts > Blueprint step setSiteOptions() > should set the site option ``` ![CleanShot 2024-04-04 at 13 09 25@2x](https://github.com/WordPress/wordpress-playground/assets/205419/fe68c5ff-80a7-4966-82a8-fbfcc7e9a101) They seem related to #1189, but: * I can't reproduce it locally * The test actually passed in #1189 and only started failing in #1192 * All the other tests pass and the Playground website works so I wonder what's going on there. * The stack trace mentions network activity, but that call shouldn't involve any. It's almost as if the trace was coming from `php-networking.spec.ts`, but those tests actually pass. Is the CI runner just running out of memory? But then it shouldn't be able to allocate the memory segment in the first place. Weird! CC @brandonpayton for insights
- Loading branch information