mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
10 lines
259 B
Python
10 lines
259 B
Python
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")
|
|
def test2(codeql, csharp):
|
|
codeql.database.create(build_mode="none")
|