don't run constraint-solver test from release

This commit is contained in:
David Glasser
2014-07-28 15:31:58 -07:00
parent 0e74bdf769
commit b7fa7e2452

View File

@@ -3,9 +3,10 @@ var Sandbox = selftest.Sandbox;
var files = require('../files.js');
var _= require('underscore');
// Add packages to an app. Change the contents of the packages and their
// dependencies, make sure that the app still refreshes.
selftest.define('constraint solver benchmark', ['slow'], function () {
// Runs all of the constraint-solver tests, including ones that tie up the CPU
// for too long to safely run in the normal test-packages run.
// Only run from checkouts, because test-packages only works on local packages.
selftest.define('constraint solver benchmark', ['slow', 'checkout'], function () {
var s = new Sandbox();
s.set('CONSTRAINT_SOLVER_BENCHMARK', 't');
var run = s.run("test-packages",