skip test for #391 until 6.1

This commit is contained in:
Josh de Leeuw 2017-06-11 22:33:47 -04:00 committed by KristinDiep
parent e96a530677
commit 0747e1e3b2

View File

@ -107,7 +107,7 @@ describe('The data parameter', function(){
})).then(function(data) { expect(data).toBe(2) }); })).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 + 'jspsych.js');
require(root + 'plugins/jspsych-text.js'); require(root + 'plugins/jspsych-text.js');