Skip to content

Commit 8df8735

Browse files
authored
waiting for cluster to come up before attempting session creation (#52986)
1 parent 59fe55a commit 8df8735

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
@@ -1007,6 +1007,7 @@ func testSessionRecordingModes(t *testing.T, suite *integrationTestSuite) {
10071007
filesessions.SetOpenFileFunc(os.OpenFile)
10081008
}
10091009

1010+
teleport.WaitForNodeCount(ctx, helpers.Site, 1)
10101011
for name, test := range map[string]struct {
10111012
recordingMode constants.SessionRecordingMode
10121013
expectSessionFailure bool

0 commit comments

Comments
 (0)