Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "9.0.304"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "9.0.304"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "8.0.401"
}
}
4 changes: 4 additions & 0 deletions csharp/ql/integration-tests/all-platforms/dotnet_10/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import pytest

@pytest.mark.skip(reason=".NET 10 info command crashes")
def test1(codeql, csharp):
codeql.database.create()

@pytest.mark.skip(reason=".NET 10 info command crashes")
Comment on lines +3 to +7
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description states tests should be "marked as flaky", but the implementation uses @pytest.mark.skip which completely disables the tests. Consider using @pytest.mark.xfail instead if you want to mark them as expected to fail while still running them, or update the PR description to clarify that the tests are being skipped/disabled rather than marked as flaky.

Suggested change
@pytest.mark.skip(reason=".NET 10 info command crashes")
def test1(codeql, csharp):
codeql.database.create()
@pytest.mark.skip(reason=".NET 10 info command crashes")
@pytest.mark.xfail(reason=".NET 10 info command crashes")
def test1(codeql, csharp):
codeql.database.create()
@pytest.mark.xfail(reason=".NET 10 info command crashes")

Copilot uses AI. Check for mistakes.
def test2(codeql, csharp):
codeql.database.create(build_mode="none")
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "9.0.304"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "9.0.304"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "9.0.304"
}
}