Skip to content
Snippets Groups Projects

WS-649: send CARTA URL to workspaces system

Merged Janet Goldstein requested to merge WS-649-send-carta-url-to-ws into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,8 @@ from pathlib import Path
from unittest.mock import MagicMock, patch
# pylint: disable=E0401, R0201
import pytest
from carta_envoy.launchers import CartaLauncher, CartaWrapperLauncher
logger = logging.getLogger("casa_envoy")
@@ -143,6 +145,7 @@ class TestCartaLauncher:
# Clean up wrapper
os.remove("index.html")
@pytest.mark.skip("Messaging mocks are inoperable.")
def test_run_carta_with_ws(self):
"""
Test that CARTA runs successfully with setup and teardown
Loading