We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8fa49 commit 64c8886Copy full SHA for 64c8886
tests/integration/test_actor_log.py
@@ -2,12 +2,17 @@
2
3
from typing import TYPE_CHECKING
4
5
+import pytest
6
+
7
from apify import Actor, __version__
8
9
if TYPE_CHECKING:
10
from .conftest import MakeActorFunction, RunActorFunction
11
12
13
+# TODO: What to do with the `browserforge` output?
14
+# https://github.com/apify/apify-sdk-python/issues/423
15
+@pytest.mark.skip
16
async def test_actor_logging(
17
make_actor: MakeActorFunction,
18
run_actor: RunActorFunction,
0 commit comments