-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip test while snapshot downloader cannot handle downgrades #3314
Conversation
The snapshot downloader cannot handle downgrades what brakes this test between releases. An issue to fix the snapshot dowloader is filed: elastic#3313
This pull request does not have a backport label. Could you fix it @AndersonQ? 🙏
NOTE: |
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
|
🌐 Coverage report
|
Test failures are unrelated, merging. |
Commit title: skip test while snapshot downloader cannot handle downgrades
Commit message: The snapshot downloader cannot handle downgrades what brakes this test between releases. An issue to fix the snapshot dowloader is filed: #3313
What does this PR do?
Rename
TestStandaloneUpgradeWithGPGFallback
toTestStandaloneDowngradeWithGPGFallback
and skip itWhy is it important?
The snapshot downloader cannot handle downgrades what brakes this test between releases.
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry in./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E testRelated issues
Questions to ask yourself