Skip to content

Commit a48bcd0

Browse files
committed
Disable s3 endpoint test
Signed-off-by: Willem Pienaar <[email protected]>
1 parent 459dae5 commit a48bcd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sdk/python/tests/integration/offline_store/test_s3_custom_endpoint.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
construct_test_environment,
66
)
77

8+
# TODO: Allow integration tests to run using different credentials.
9+
810

911
@pytest.mark.integration
12+
@pytest.mark.skip(
13+
reason="No way to run this test today. Credentials conflict with real AWS credentials in CI"
14+
)
1015
def test_registration_and_retrieval_from_custom_s3_endpoint():
1116
config = TestRepoConfig(
1217
offline_store_creator="tests.integration.feature_repos.universal.data_sources.file.S3FileDataSourceCreator"

0 commit comments

Comments
 (0)