diff --git a/tests/Morphir.E2E.Tests/Features/AOT/AssemblyTrimming.feature b/tests/Morphir.E2E.Tests/Features/AOT/AssemblyTrimming.feature index a7b75cc0..f99689a0 100644 --- a/tests/Morphir.E2E.Tests/Features/AOT/AssemblyTrimming.feature +++ b/tests/Morphir.E2E.Tests/Features/AOT/AssemblyTrimming.feature @@ -1,8 +1,13 @@ +@ignore Feature: Assembly Trimming As a CLI developer I want trimmed assemblies So that I reduce deployment size + # TODO: Implement step definitions for these scenarios + # These tests were added in PR #229 but step definitions were never implemented + # See issue #246 for implementation tracking + Background: Given a morphir-dotnet CLI project diff --git a/tests/Morphir.E2E.Tests/Features/AOT/NativeAOTCompilation.feature b/tests/Morphir.E2E.Tests/Features/AOT/NativeAOTCompilation.feature index a10c32bf..d11ebeb2 100644 --- a/tests/Morphir.E2E.Tests/Features/AOT/NativeAOTCompilation.feature +++ b/tests/Morphir.E2E.Tests/Features/AOT/NativeAOTCompilation.feature @@ -1,8 +1,13 @@ +@ignore Feature: Native AOT Compilation As a CLI developer I want to compile morphir-dotnet to Native AOT So that users get fast startup times and small binaries + # TODO: Implement step definitions for these scenarios + # These tests were added in PR #229 but step definitions were never implemented + # See issue #246 for implementation tracking + Background: Given a morphir-dotnet CLI project