This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
samples tests are disabled for this repository #441
Labels
api: containeranalysis
Issues related to the googleapis/nodejs-containeranalysis API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The current samples tests depend on the sequence of invocation: the resource is being created in the first test, used in the next test, then deleted in a separate test. This organization of tests leads to flaky tests and is error-prone. Samples tests should be redesigned so that the tests could be executed independently (so that skipping one test wouldn't cause failure of subsequent tests).
For now, I'm disabling all samples tests in #440.
The text was updated successfully, but these errors were encountered: