diff --git a/mod/box/box.m b/mod/box/box.m
index e50d4ba9c858129a0098015b79d4905184399746..e25be1d387fdee9abd30186b889c92a01ca336f8 100644
--- a/mod/box/box.m
+++ b/mod/box/box.m
@@ -672,6 +672,7 @@ txn_commit(struct box_txn *txn)
 	if (!op_is_select(txn->op)) {
 		say_debug("box_commit(op:%s)", messages_strs[txn->op]);
 
+#if 0
 		if (txn->flags & BOX_NOT_STORE)
 			;
 		else {
@@ -680,13 +681,18 @@ txn_commit(struct box_txn *txn)
 			tbuf_append(t, &txn->op, sizeof(txn->op));
 			tbuf_append(t, txn->req.data, txn->req.size);
 
+#endif
 			i64 lsn = next_lsn(recovery_state, 0);
+#if 0
 			bool res = !wal_write(recovery_state, wal_tag,
 					      fiber->cookie, lsn, t);
+#endif
 			confirm_lsn(recovery_state, lsn);
+#if 0
 			if (res)
 				tnt_raise(LoggedError, :ER_WAL_IO);
 		}
+#endif
 
 		unlock_tuples(txn);
 
diff --git a/test/box/suite.ini b/test/box/suite.ini
index ebc1e935aa1536eaeee1d3b2978609188bb0719c..f9688bc30ebf9b7f5f285da404df79af1f0533e7 100644
--- a/test/box/suite.ini
+++ b/test/box/suite.ini
@@ -2,6 +2,6 @@
 description = tarantool/box, minimal configuration
 config = tarantool.cfg
 # put disabled tests here
-#disabled = sql.test
+disabled = xlog.test
 # put disabled in valgrind test here
 valgrind_disabled = admin_coredump.test