Skip to content

Commit 5bbbb72

Browse files
committed
C#: Comment out old .NET tests.
1 parent 4ceafcf commit 5bbbb72

File tree

2 files changed

+6
-0
lines changed
  • csharp/ql/integration-tests/all-platforms

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
import pytest
2+
3+
@pytest.mark.skip(reason="Only use .NET 10 for running tests.")
14
def test(codeql, csharp):
25
codeql.database.create(source_root="BlazorTest")
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
import pytest
2+
3+
@pytest.mark.skip(reason="Only use .NET 10 for running tests.")
14
def test(codeql, csharp):
25
codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)