Skip to content

Commit 9fbf5a9

Browse files
authored
waiting for cluster to come up before attempting session creation (#52899)
1 parent 1134ce7 commit 9fbf5a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/integration_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ func testSessionRecordingModes(t *testing.T, suite *integrationTestSuite) {
946946
filesessions.SetOpenFileFunc(os.OpenFile)
947947
}
948948

949+
teleport.WaitForNodeCount(ctx, helpers.Site, 1)
949950
for name, test := range map[string]struct {
950951
recordingMode constants.SessionRecordingMode
951952
expectSessionFailure bool

0 commit comments

Comments
 (0)