FIX: Fixes for failing integration tests#1539
Merged
varunj-msft merged 1 commit intomicrosoft:mainfrom Mar 25, 2026
Merged
Conversation
spencrr
approved these changes
Mar 25, 2026
Collaborator
spencrr
left a comment
There was a problem hiding this comment.
looks good - nonblocking on when we re-enable, to use entra auth if we have that setup!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes 47 failing integration tests in the ADO CI pipeline to unblock the v0.12.0 release.
Bug fixes in test_seed_dataset_provider_integration.py:
awaitonget_all_dataset_names_async()calls, converted sync tests to asyncsizes=tosize=matchingSeedDatasetMetadatafield nameinitialize_pyrit_asyncwithsqlite_instancefixture to fix stale singleton DBSkip API key tests (29 failures): Added
@pytest.mark.run_only_if_all_teststo tests intest_targets_and_secrets.py,test_azure_content_filter_integration.py, andtest_openai_embedding.pythat require API keys. Entra auth equivalents still run.test_connect_required_aml_text_targetsandtest_connect_openai_completionintentionally left unmarked.Skip notebooks (5 failures): Added to
skipped_filesin 5 notebook test files for notebooks requiring credentials unavailable in CI. Underlying code covered by Entra auth tests.Tests and Documentation
Test-only changes. Verified locally: all previously-failing tests now pass or are cleanly skipped. No doc changes needed.