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
#2732 splits provisionerd package into provisionerd and provisionerd/runner packages, but leaves all the tests in provisionerd_tests.go
We should refactor the tests so that test cases for the runner are in a runner_test.go in the runner directory, and provisionerd_tests.go just tests the functionality in provisionerd itself.