File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2181,7 +2181,6 @@ mod tests {
2181
2181
// pretending we're InstanceManager::ensure_state, start our "instance"
2182
2182
// (backed by fakes and propolis_mock_server)
2183
2183
inst. put_state ( put_tx, VmmStateRequested :: Running )
2184
- . await
2185
2184
. expect ( "failed to send Instance::put_state" ) ;
2186
2185
2187
2186
// even though we ignore this result at instance creation time in
@@ -2275,7 +2274,6 @@ mod tests {
2275
2274
// pretending we're InstanceManager::ensure_state, try in vain to start
2276
2275
// our "instance", but no propolis server is running
2277
2276
inst. put_state ( put_tx, VmmStateRequested :: Running )
2278
- . await
2279
2277
. expect ( "failed to send Instance::put_state" ) ;
2280
2278
2281
2279
let timeout_fut = timeout ( TIMEOUT_DURATION , put_rx) ;
@@ -2382,7 +2380,6 @@ mod tests {
2382
2380
// pretending we're InstanceManager::ensure_state, try in vain to start
2383
2381
// our "instance", but the zone never finishes installing
2384
2382
inst. put_state ( put_tx, VmmStateRequested :: Running )
2385
- . await
2386
2383
. expect ( "failed to send Instance::put_state" ) ;
2387
2384
2388
2385
// Timeout our future waiting for the instance-state-change at 1s. This
You can’t perform that action at this time.
0 commit comments