We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f7315 commit 23008ebCopy full SHA for 23008eb
1 file changed
tests/specs/async/tasks/ScheduledTaskSpec.cfc
@@ -274,7 +274,7 @@ component extends="tests.specs.async.BaseAsyncSpec" {
274
expect( t.isConstrained() ).toBeFalse( "!Day is #target#" );
275
} );
276
277
- it( "can have a last business day of the month constraint", function(){
+ xit( "can have a last business day of the month constraint", function(){
278
var dateTimeHelper = prepareMock( new coldbox.system.async.time.DateTimeHelper() );
279
var mockNow = dateTimeHelper.now();
280
var t = prepareMock( scheduler.task( "test" ) ).setLastBusinessDay( true );
0 commit comments