Skip to content

Commit 18b6696

Browse files
committed
Fixing tests
1 parent 0e9376e commit 18b6696

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Libraries/test/Amazon.Lambda.RuntimeSupport.Tests/Amazon.Lambda.RuntimeSupport.IntegrationTests/ApiGatewayStreamingTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public async Task PostWithBody_EchoesRequestBody()
217217
/// <summary>
218218
/// Tests streaming through API Gateway REST API.
219219
/// </summary>
220+
[Collection("Integration Tests")]
220221
public class RestApiStreamingTests : StreamingTestBase, IClassFixture<RestApiStreamingFixture>
221222
{
222223
public RestApiStreamingTests(RestApiStreamingFixture fixture, ITestOutputHelper output)
@@ -227,6 +228,8 @@ public RestApiStreamingTests(RestApiStreamingFixture fixture, ITestOutputHelper
227228
/// Tests streaming through Lambda Function URL.
228229
/// Function URL uses the same payload format as HTTP API v2.
229230
/// </summary>
231+
[Collection("Integration Tests")]
232+
230233
public class FunctionUrlStreamingTests : StreamingTestBase, IClassFixture<FunctionUrlStreamingFixture>
231234
{
232235
public FunctionUrlStreamingTests(FunctionUrlStreamingFixture fixture, ITestOutputHelper output)

0 commit comments

Comments
 (0)