You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of these tests was flaking on this PR, probably because it was tacitly
expecting that fewer than 20 workspaces ever exist at once on the CI TFC
instance. The more tests we add that create temporary workspaces (like the ones
in this PR), the more likely that test was to flake.
Testing shared global state is always nasty and error-prone, but this commit
adjusts a couple tests to make less precise assertions that hopefully still test
the behavior of interest.
0 commit comments