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
{{ message }}
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
While browsing the project, I came across the following plugin functional tests. According to the line 110, the tasks are run with --dry-run. When they are run with dry-run, not matter what the plugin does, all the tasks will be "SKIPPED". And the test verifies only that they are "SKIPPED"
While browsing the project, I came across the following plugin functional tests. According to the line 110, the tasks are run with
--dry-run. When they are run with dry-run, not matter what the plugin does, all the tasks will be "SKIPPED". And the test verifies only that they are "SKIPPED"So my observation is that this test is evergreen.
https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorIntegrationTest.kt#L110-L116