skip test for #391 until 6.1

This commit is contained in:
Josh de Leeuw 2017-06-11 22:33:47 -04:00
parent e12e9e0d7a
commit d1f7e46ab9

View File

@ -107,7 +107,7 @@ describe('The data parameter', function(){
})).then(function(data) { expect(data).toBe(2) });
});
test('should record data to all nested trials with timeline variables even when nested trials have own data', function(){
test.skip('should record data to all nested trials with timeline variables even when nested trials have own data', function(){
require(root + 'jspsych.js');
require(root + 'plugins/jspsych-text.js');