File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libraries/tests/e2e/functions/core
metrics/Function/test/Function.Tests
tracing/Function/test/Function.Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ public FunctionTests(ITestOutputHelper testOutputHelper)
2727
2828 [ Trait ( "Category" , "AOT" ) ]
2929 [ Theory ]
30- [ InlineData ( "E2ETestLambda_X64_AOT_NET8_metrics " ) ]
31- [ InlineData ( "E2ETestLambda_ARM_AOT_NET8_metrics " ) ]
30+ [ InlineData ( "E2ETestLambda_X64_AOT_NET8_metrics_AOT-Function " ) ]
31+ [ InlineData ( "E2ETestLambda_ARM_AOT_NET8_metrics_AOT-Function " ) ]
3232 public async Task AotFunctionTest ( string functionName )
3333 {
3434 _functionName = functionName ;
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public FunctionTests(ITestOutputHelper testOutputHelper)
2525
2626 [ Trait ( "Category" , "AOT" ) ]
2727 [ Theory ]
28- [ InlineData ( "E2ETestLambda_X64_AOT_NET8_tracing " ) ]
29- [ InlineData ( "E2ETestLambda_ARM_AOT_NET8_tracing " ) ]
28+ [ InlineData ( "E2ETestLambda_X64_AOT_NET8_tracing_AOT-Function " ) ]
29+ [ InlineData ( "E2ETestLambda_ARM_AOT_NET8_tracing_AOT-Function " ) ]
3030 public async Task AotFunctionTest ( string functionName )
3131 {
3232 await TestFunction ( functionName ) ;
You can’t perform that action at this time.
0 commit comments