Skip to content

Commit

Permalink
Merge branch 'development' of github.com:Ortus-Solutions/TestBox into…
Browse files Browse the repository at this point in the history
… development
  • Loading branch information
lmajano committed Sep 10, 2024
2 parents aaf33db + 738b429 commit adc7d7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/specs/coverage/CoverageReporterTest.cfc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* This tests the CoverageReporter functionality in TestBox.
*/
component extends="testbox.system.BaseSpec"{
component extends="testbox.system.BaseSpec" {

function run(){

// TODO: This is a temporary fix for a bug in the BoxLang query engine
// https://ortussolutions.atlassian.net/browse/BL-535
if( isBoxLang() ){
if ( isBoxLang() ) {
describe(
title: "Skipped in BoxLang due to query issue",
body : ()=>{},
skip : true
body : () => {
},
skip: true
);
return;
}
Expand Down

0 comments on commit adc7d7b

Please sign in to comment.