Skip to content

Commit

Permalink
activate this test since boxlang now supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 12, 2024
1 parent 38dc7fa commit 3b8464f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/specs/coverage/CoverageReporterTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
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() ) {
describe(
title: "Skipped in BoxLang due to query issue",
body : () => {
},
skip: true
);
return;
}

describe( "CoverageReporter", function(){
it( "can init", function(){
expect( new system.coverage.CoverageReporter() ).toBeComponent();
Expand Down

0 comments on commit 3b8464f

Please sign in to comment.