[NOD-33] remove t.Parallel() from TestCheckErrorCondition because it contains monkey patching

* [NOD-33] remove t.Parallel() from TestCheckErrorCondition because it contains monkey patching

* [NOD-33] remove redundant line
This commit is contained in:
Ori Newman 2019-03-12 10:00:23 +02:00 committed by Mike Zak
parent aacb2ada43
commit ae92cb06ea

View File

@ -79,8 +79,6 @@ func TestBadPC(t *testing.T) {
}
func TestCheckErrorCondition(t *testing.T) {
t.Parallel()
tests := []struct {
script string
finalScript bool