Skip to content

Commit 564fc6b

Browse files
committed
add engine mark to test_doris
1 parent ab589b3 commit 564fc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/engine_adapter/test_doris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from pytest_mock.plugin import MockerFixture
1313

14-
pytestmark = pytest.mark.doris
14+
pytestmark = [pytest.mark.doris, pytest.mark.engine]
1515

1616

1717
def test_create_view(make_mocked_engine_adapter: t.Callable[..., DorisEngineAdapter]):

0 commit comments

Comments
 (0)