[CT-661] test_builtin_set_function
is flaky
#5266
Labels
repo ci/cd
Testing and continuous integration for dbt-core + adapter plugins
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Flaky (flakey?) test added by #5107:
dbt-core/tests/functional/context_methods/test_builtin_functions.py
Lines 43 to 48 in 0d8e061
This is cropping up, unreliably, on a variety of systems and Python versions:
I guess because it's looking for
{False, 1, 2, 3, 'foo'}
and finds{False, \'foo\', 1, 2, 3}
?The text was updated successfully, but these errors were encountered: