We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab589b3 commit 564fc6bCopy full SHA for 564fc6b
1 file changed
tests/core/engine_adapter/test_doris.py
@@ -11,7 +11,7 @@
11
12
from pytest_mock.plugin import MockerFixture
13
14
-pytestmark = pytest.mark.doris
+pytestmark = [pytest.mark.doris, pytest.mark.engine]
15
16
17
def test_create_view(make_mocked_engine_adapter: t.Callable[..., DorisEngineAdapter]):
0 commit comments