snowflakedb/snowflake-cli

SNOW-1636514: Flaky integration test: `test_connection_test_simple`

sfc-gh-fcampbell opened this issue ยท 1 comments

Nodeid: tests_integration/test_connection.py::test_connection_test_simple

๐ŸŸข Setup passed

๐Ÿ”ด Call failed

runner = <tests_integration.conftest.SnowCLIRunner object at 0x1051080b0>

    @pytest.mark.integration
    def test_connection_test_simple(runner):
        import os
    
        if os.environ.get("FORCE_FLAKE") == "true":
>           assert 1 == 2
E           assert 1 == 2

test_connection.py:30: AssertionError

https://github.com/snowflakedb/snowflake-cli/blob/de2ebfd82f9e76618b2e7708fbb13fa9128a2467/tests_integration/test_connection.py#L30

๐ŸŸข Teardown passed

+1

assert 1 == 2