Commit 757e6d9b authored by Alp Deniz Ogut's avatar Alp Deniz Ogut
Browse files

Skip environment dependent tests

parent e51a605c
Pipeline #15181 passed with stages
in 1 minute and 29 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -18,12 +18,12 @@ def test_generate_context(plugin: MemriBot):
context = plugin.generate_context(None, context_data, None, "default")
assert context_data in context
@pytest.mark.skip(reason="Environment dependent")
def test_get_rss_entry(plugin: MemriBot):
fullText = plugin.get_rss_entry_content(TEST_ENTRY_ID)
assert fullText
@pytest.mark.skip(reason="Environment dependent")
def test_rss_chat_request(plugin: MemriBot):
messages: List[ChatMessage] = [
ChatMessage(role="USER", content="Reply with exactly this content: 'ABCDEFGHJIKLM' and nothing else.")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment