From 21ea557b6746a741e2a866f9225486efd03fb201 Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Thu, 12 Oct 2023 16:27:04 +0200 Subject: [PATCH] add s3 label --- tests/general/LoadTest.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/general/LoadTest.cfc b/tests/general/LoadTest.cfc index 292d878..a2e4c0b 100644 --- a/tests/general/LoadTest.cfc +++ b/tests/general/LoadTest.cfc @@ -1,4 +1,4 @@ -component extends="org.lucee.cfml.test.LuceeTestCase" { +component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" { function run( testResults , testBox ) { describe( "Loud test", function() {