def test_faiss_disabled(): try: from app import Phase4FAISSStub Phase4FAISSStub() assert False except RuntimeError: assert True