Skip to content

Commit 61ee472

Browse files
committed
chore: disable dotnet eval scenario (broken SDK, no runtime)
1 parent 81a374e commit 61ee472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/evals/runner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const SCENARIOS: Scenario[] = [
8787
{ framework: 'elixir', state: 'example', grader: ElixirGrader },
8888
{ framework: 'elixir', state: 'example-auth0', grader: ElixirGrader },
8989

90-
// .NET (broken — no runtime)
91-
{ framework: 'dotnet', state: 'example', grader: DotnetGrader },
90+
// .NET (disabledSDK is broken and no runtime available on most machines)
91+
// { framework: 'dotnet', state: 'example', grader: DotnetGrader },
9292
];
9393

9494
export interface ExtendedEvalOptions extends EvalOptions {

0 commit comments

Comments
 (0)