Intermittent failures for Product Analytics e2e tests
Summary
Product Analytics tests are sometimes failing as the settings for Product Analytics do not appear in UI. This is most probably caused by an issue where Product Analytics feature flag does not get enabled correctly when we build custom GDK docker image using this dockerfile.
Example of the tests failure: https://gitlab.com/gitlab-org/analytics-section/product-analytics/product-analytics-devkit-mirror/-/jobs/8035695432
Attempts to fix the intermittent failures:
- Enabling feature flag within the tests didn't work - !168511 (closed)
- Adding check for feature flag during custom GDK image build didn't fix the issue - https://gitlab.com/gitlab-org/analytics-section/product-analytics/devkit/-/merge_requests/205
Relevant discussions:
Edited by Ievgen Chernikov