[Monitoring] Skip some of the tests because they are doing cuncurrent modifications that fail. #1068
Labels
api: monitoring
Issues related to the Cloud Monitoring API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
samples
Issues that are directly related to samples.
type: process
A process-related concern. May include testing, release, or the like.
Even thouhg in #1067 each test project was configured to not run tests in parallel, the different projects can still be being run in parallel and also we are running tests in Windows and Linux, which run roughly at the same time on presubmit. Several of the test projects are using the same fixture, and there is where we get "Too many concurrent edits to the project configuration". For fixing this we'll need to:
Tests will be disabled in #1067 until these fixes can be made.
The text was updated successfully, but these errors were encountered: