File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
core/src/test/java/com/tlcsdm/core/concurrent Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 29
29
30
30
import org .junit .jupiter .api .Assertions ;
31
31
import org .junit .jupiter .api .Test ;
32
+ import org .junit .jupiter .api .condition .DisabledIfSystemProperty ;
32
33
33
34
import java .util .ArrayList ;
34
35
import java .util .List ;
@@ -64,6 +65,7 @@ public void testExternalThread() throws Exception {
64
65
}
65
66
66
67
@ Test
68
+ @ DisabledIfSystemProperty (named = "workEnv" , matches = "ci" )
67
69
public void testInternalThread () throws Exception {
68
70
DetachedThreadLocal <Object > threadLocal = new DetachedThreadLocal <>(DetachedThreadLocal .Cleaner .THREAD );
69
71
Assertions .assertNotNull (threadLocal .getBackingMap ().getCleanerThread ());
Original file line number Diff line number Diff line change 29
29
30
30
import org .junit .jupiter .api .Assertions ;
31
31
import org .junit .jupiter .api .Test ;
32
+ import org .junit .jupiter .api .condition .DisabledIfSystemProperty ;
32
33
33
34
import java .util .Arrays ;
34
35
import java .util .HashSet ;
@@ -64,6 +65,7 @@ public void testExternalThread() throws Exception {
64
65
}
65
66
66
67
@ Test
68
+ @ DisabledIfSystemProperty (named = "workEnv" , matches = "ci" )
67
69
public void testInternalThread () throws Exception {
68
70
WeakConcurrentSet <Object > set = new WeakConcurrentSet <Object >(WeakConcurrentSet .Cleaner .THREAD );
69
71
Assertions .assertNotNull (set .getCleanerThread ());
Original file line number Diff line number Diff line change 146
146
<testfx .version>4.0.18</testfx .version>
147
147
<assertj .version>3.27.3</assertj .version>
148
148
<bootstrapfx .version>0.4.0</bootstrapfx .version>
149
- <ikonli .version>12.3.1 </ikonli .version>
149
+ <ikonli .version>12.4.0 </ikonli .version>
150
150
<richtextfx .version>0.11.5</richtextfx .version>
151
151
<groovy .version>4.0.26</groovy .version>
152
152
<thumbnailator .version>0.4.20</thumbnailator .version>
You can’t perform that action at this time.
0 commit comments