Mark test as failed because it requires OpenAI API access currently

This commit is contained in:
Carl Thomé
2023-06-18 15:08:25 +02:00
parent 502756bb58
commit d3d1c9e5aa

View File

@@ -1,6 +1,9 @@
import pytest
from gpt_engineer.ai import AI
@pytest.mark.xfail(reason="Constructor assumes API access")
def test_ai():
AI()
# TODO Assert that methods behave and not only constructor.