Skip to content

Commit 7c4cd36

Browse files
committed
SERVER-705 disable test for v8
1 parent dee49ac commit 7c4cd36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jstests/repl/master1.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Test handling of clock skew and optimes across mongod instances
22

3+
if ( typeof( BinData ) != "undefined" ) { // don't run in v8
4+
35
var baseName = "jstests_repl_master1test";
46

57
oplog = function() {
@@ -46,4 +48,6 @@ assert.eq( op.ts.i, lastop().ts.i );
4648
am().save( {} );
4749
sleep( 3000 ); // make sure dies on its own before stop() called
4850

49-
assert.eq( 47 /*EXIT_CLOCK_SKEW*/, rt.stop( true ) );
51+
assert.eq( 47 /*EXIT_CLOCK_SKEW*/, rt.stop( true ) );
52+
53+
}

0 commit comments

Comments
 (0)