SNOW-1636514: Flaky integration test: `test_connection_test_simple`
sfc-gh-fcampbell opened this issue ยท 1 comments
sfc-gh-fcampbell commented
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
๐ข Teardown passed
sfc-gh-fcampbell commented
+1
assert 1 == 2