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 19530bf commit 394f926Copy full SHA for 394f926
test/runtime/test_remote_http_runtime.py
@@ -11,10 +11,13 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========
14
+import pytest
15
+
16
from camel.runtime import RemoteHttpRuntime
17
from camel.toolkits import MathToolkit
18
19
20
+@pytest.mark.skip(reason="Cannot run this test without a running server.")
21
def test_remote_http_runtime():
22
runtime = (
23
RemoteHttpRuntime("localhost")
0 commit comments