Skip to content

Conversation

@HeshanSudarshana
Copy link
Contributor

Purpose

This pull request updates the integration test suite configuration and test dependencies related to API endpoint certificates and audience validation. The main changes are adjustments to test dependencies and disabling certain test cases in the testng.xml configuration.

Test configuration updates:

  • Disabled the APIEndpointCertificateTestCase and AudienceValidationTestCase by commenting them out in testng.xml, so these tests will no longer run as part of the test suite.

Test dependency update:

  • Changed the dependency of the testDeleteNotAvailableCert method in APIEndpointCertificateTestCase.java to depend on testInvokeAPIAfterRemovingCertificate instead of testInvokeAPI, ensuring the correct test execution order.

@HeshanSudarshana HeshanSudarshana merged commit 1d7820d into wso2:master Oct 12, 2025
5 of 6 checks passed
@codecov
Copy link

codecov bot commented Oct 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 11.80%. Comparing base (71413ad) to head (714b6e7).
⚠️ Report is 15 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13900      +/-   ##
============================================
+ Coverage      9.67%   11.80%   +2.13%     
- Complexity      676      786     +110     
============================================
  Files           335      335              
  Lines         16537    16537              
  Branches       1783     1783              
============================================
+ Hits           1600     1953     +353     
+ Misses        14914    14554     -360     
- Partials         23       30       +7     
Flag Coverage Δ
integration_tests 11.80% <ø> (+2.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants