Skip to content

Commit

Permalink
CI: fix skip test on python 3.12 (#1236)
Browse files Browse the repository at this point in the history
* CI: fix skip test on python 3.12

* add reason
  • Loading branch information
DimaAmega authored Jul 31, 2024
1 parent 71c62ac commit a614c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/collector/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def ui_workspace(tmp_path) -> WorkspaceView:
return WorkspaceView(None, project_manager)


@pytest.mark.skipif(sys.version_info >= (3, 12), reason="infinite loop")
def test_create_snapshot_and_get_logs(
collector_test_client: TestClient,
collector_service_config: CollectorServiceConfig,
Expand Down

0 comments on commit a614c37

Please sign in to comment.