Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1385.test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Temporarily comment out background app multiple instances test
1 change: 1 addition & 0 deletions tests/embedding/test_background.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def _run_background_app_test(

@pytest.mark.embedding_scripts
@pytest.mark.embedding_backgroundapp
@pytest.mark.skipif(sys.platform == "win32", reason="Test not working on Windows")
def test_background_app_multiple_instances(rootdir, run_subprocess, pytestconfig):
"""Multiple instances of background app can be used."""
stderr = _run_background_app_test(
Expand Down
Loading