quarkus-test-suite
quarkus-test-suite copied to clipboard
Fix secretFormat on QuarkusCliConfigEncryptIT for Windows job
Summary
Related to this test framewor changes--> https://github.com/quarkus-qe/quarkus-test-framework/pull/1238 There are some failures in our win jenkins jobs related to QuarkusCliConfigEncryptIT because special characters and bold formatted Strings that affect the test execution on Windows OS.
Please select the relevant options.
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] Dependency update
- [ ] Refactoring
- [ ] Backport
- [ ] New scenario (non-breaking change which adds functionality)
- [ ] This change requires a documentation update
- [ ] This change requires execution against OCP (use
run tests
phrase in comment)
Checklist:
- [x] Methods and classes used in PR scenarios are meaningful
- [x] Commits are well encapsulated and follow the best practices