mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +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 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 $ = { };
|
||||
|
||||
setup(function(done) {
|
||||
|
||||
Reference in New Issue
Block a user