fix tests

This commit is contained in:
Megan Marsh 2018-11-02 15:44:27 -07:00
parent 5815b376b4
commit 5c2ca450bd
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@ func TestStepRegister_regularDriver(t *testing.T) {
func TestStepRegister_remoteDriver(t *testing.T) {
state := testState(t)
step := &StepRegister{KeepRegistered: false}
step := &StepRegister{
KeepRegistered: false,
SkipExport: true,
}
driver := new(RemoteDriverMock)