Skip to content

Commit a329446

Browse files
author
Michael D. Brown
committed
disable finicky tests
1 parent deafcef commit a329446

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

patcher/tests/test_context_retriever.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ def mock_runnable_config(tmp_path: Path) -> dict:
474474
}
475475

476476

477+
@pytest.mark.skip(reason="Temporarily disabled due to unknown issue")
477478
@pytest.mark.integration
478479
def test_retrieve_context_basic(
479480
selinux_agent: ContextRetrieverAgent,
@@ -2281,6 +2282,7 @@ def test_find_tests_agent_uses_existing_test_sh(mock_agent: ContextRetrieverAgen
22812282
assert result.goto == PatcherAgentName.ROOT_CAUSE_ANALYSIS.value
22822283

22832284

2285+
@pytest.mark.skip(reason="Required commit not available in mirror of oss-fuzz-aixcc")
22842286
@pytest.mark.integration
22852287
def test_grep_libpng(libpng_agent: ContextRetrieverAgent, mock_agent_llm: MagicMock, mock_runnable_config) -> None:
22862288
"""Test the grep command on Makefile in libpng."""

0 commit comments

Comments
 (0)