Skip to content

Commit 9d5b293

Browse files
committed
Skip NET8 Native AOT test because it's not supported in the pipeline
1 parent 8191953 commit 9d5b293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Amazon.Lambda.Tools.Test/DeployTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public async Task RunDeploymentNativeAot(bool multipleProjects, bool customMount
190190
/// This test deploys a .NET8 Native AOT Web App that does not explicitly set the OutputType to Exe.
191191
/// In .NET8, the web app inherits the OutputType from the SDK.
192192
/// </summary>
193-
[Fact]
193+
[Fact(Skip = "This test requires Docker to be available. We are using a Windows container in the release pipeline which does not support Docker.")]
194194
public async Task NativeAotNet8WebApp()
195195
{
196196
var logger = new TestToolLogger();

0 commit comments

Comments
 (0)