Skip to content

Commit 5fbdde6

Browse files
committed
skip windows tests
1 parent 12fb07c commit 5fbdde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/cmd_monitoring_helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func checkExpectations(mt *mtest.T, expectations *[]*expectation, id0, id1 bson.
283283
err = compareFailedEvent(mt, expectation)
284284
}
285285

286-
assert.Nil(mt, err, "expectation comparison error at index %v: %s", idx, err)
286+
assert.Nil(mt, err, "expectation comparison error at index %v: %s (%v %v)", idx, err, mtest.ServerVersion(), mtest.Serverless())
287287
}
288288
}
289289

0 commit comments

Comments
 (0)