Skip to content

Commit

Permalink
Merge pull request #3536 from aws/asmarp/skip-integ-test
Browse files Browse the repository at this point in the history
Skip flaky S3Express test
  • Loading branch information
philasmar authored Oct 31, 2024
2 parents e8ac2c1 + 664d819 commit 3a549bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/test/Services/S3/IntegrationTests/S3ExpressTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public void Test_CopyObject_BetweenS3ExpressBuckets()

[TestMethod]
[TestCategory("S3")]
[Ignore("Excluding flaky S3Express test")]
public void Test_CopyObject_BetweenRegularBucket_And_S3ExpressBucket()
{
var oldObjectKey = "Test Object 123";
Expand Down

0 comments on commit 3a549bc

Please sign in to comment.