File tree 2 files changed +3
-3
lines changed
http/jetty12/src/test/java/org/apache/felix/http/jetty/it 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
# - name: Felix SCR
33
33
# run: mvn -B -V -Dstyle.color=always --file scr/pom.xml clean verify
34
34
- name : Felix HTTP
35
- run : mvn -B -V -DskipITs - Dstyle.color=always --file http/pom.xml clean verify
35
+ run : mvn -B -V -Dstyle.color=always --file http/pom.xml clean install verify
36
36
- name : Upload Test Results
37
37
if : always()
38
38
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ public void testMissingDepencencyWarningLogs() throws Exception {
67
67
.pollDelay (Duration .ofMillis (200 ))
68
68
.until (() -> containsString (logFile , "org.apache.felix.http.jetty12[org.apache.felix.http]" ));
69
69
70
- assertTrue (containsString (logFile , "Failed to initialize jetty specific websocket support" ));
71
- assertTrue (containsString (logFile , "Failed to initialize jakarta standard websocket support" ));
70
+ assertTrue (containsString (logFile , "Failed to initialize jetty EE10 specific websocket support" ));
71
+ assertTrue (containsString (logFile , "Failed to initialize jakarta EE10 standard websocket support" ));
72
72
}
73
73
74
74
/**
You can’t perform that action at this time.
0 commit comments