Skip to content

[SYNPY-1829] re-enable test#1393

Open
linglp wants to merge 4 commits into
developfrom
SYNPY-1829
Open

[SYNPY-1829] re-enable test#1393
linglp wants to merge 4 commits into
developfrom
SYNPY-1829

Conversation

@linglp
Copy link
Copy Markdown
Contributor

@linglp linglp commented Jun 2, 2026

Re-enable test after platform fixes. See ticket: https://sagebionetworks.jira.com/browse/SYNPY-1829

@linglp linglp requested a review from a team as a code owner June 2, 2026 15:41
Copilot AI review requested due to automatic review settings June 2, 2026 15:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR re-enables previously skipped integration tests for external STS storage locations now that the underlying platform issues have been addressed (per SYNPY-1829).

Changes:

  • Removed the @pytest.mark.skip(...) decorators that were disabling STS-related external storage integration tests.
  • Restored execution of test_sts_external_storage_location and test_boto_upload_acl as part of the normal integration test run.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# @skip("Skip integration tests for soon to be removed code")
@pytest.mark.skip(
reason="Skip integration test because it gets stuck, causing CI timeout on Github actions. "
)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a plan to fix this test?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will post this issue to the team after all the tests pass. But I am thinking we probably won't fix it since this is one of the legacy functions that will be replaced soon anyway.

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