File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,21 @@ func TestBasicFlows(t *testing.T) {
97
97
},
98
98
},
99
99
ProvisionReaction : & fakeosb.ProvisionReaction {
100
+ // Async is temporarily disabled due to a race condition where
101
+ // multiple goroutines can be working on the same instance at the
102
+ // same time.
100
103
Response : & osb.ProvisionResponse {
101
104
Async : false ,
102
105
},
103
106
},
107
+ // Temporarily commented out because async is temporarily disabled.
108
+ //
109
+ // PollLastOperationReaction: &fakeosb.PollLastOperationReaction{
110
+ // Response: &osb.LastOperationResponse{
111
+ // State: osb.StateSucceeded,
112
+ // Async: true,
113
+ // },
114
+ // },
104
115
BindReaction : & fakeosb.BindReaction {
105
116
Response : & osb.BindResponse {
106
117
Credentials : map [string ]interface {}{
You can’t perform that action at this time.
0 commit comments