mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Disable transaction submission tests under Travis.
This commit is contained in:
committed by
Tom Ritchford
parent
af78ed608e
commit
23219f2662
@@ -8,7 +8,8 @@ var Server = require('./server').Server;
|
|||||||
var testutils = require('./testutils');
|
var testutils = require('./testutils');
|
||||||
var config = testutils.init_config();
|
var config = testutils.init_config();
|
||||||
|
|
||||||
suite('Robust transaction submission', function() {
|
var make_suite = process.env.TRAVIS != null ? suite.skip : suite;
|
||||||
|
make_suite('Robust transaction submission', function() {
|
||||||
var $ = { };
|
var $ = { };
|
||||||
|
|
||||||
setup(function(done) {
|
setup(function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user