Skip to content

Commit bcb4754

Browse files
committed
Skip MissingWebsocketDependenciesIT tests in CI only
1 parent fde669c commit bcb4754

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# - name: Felix SCR
3333
# run: mvn -B -V -Dstyle.color=always --file scr/pom.xml clean verify
3434
- name: Felix HTTP
35-
run: mvn -B -V -Dstyle.color=always --file http/pom.xml clean install verify
35+
run: mvn -B -V -Dstyle.color=always "-Dit.test=!MissingWebsocketDependenciesIT" --file http/pom.xml clean install verify
3636
- name: Upload Test Results
3737
if: always()
3838
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3

http/jetty/src/test/java/org/apache/felix/http/jetty/it/MissingWebsocketDependenciesIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ protected Option felixHttpConfig(int httpPort) {
6363
}
6464

6565
@Test
66-
@Ignore
6766
public void testMissingDepencencyWarningLogs() throws Exception {
6867
// should have warnings in the log file output
6968
Path logFile = Paths.get("target", "failsafe-reports","org.apache.felix.http.jetty.it.MissingWebsocketDependenciesIT-output.txt");

http/jetty12/src/test/java/org/apache/felix/http/jetty/it/MissingWebsocketDependenciesIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ protected Option felixHttpConfig(int httpPort) {
6262
}
6363

6464
@Test
65-
@Ignore
6665
public void testMissingDepencencyWarningLogs() throws Exception {
6766
// should have warnings in the log file output
6867
Path logFile = Paths.get("target", "failsafe-reports","org.apache.felix.http.jetty.it.MissingWebsocketDependenciesIT-output.txt");

0 commit comments

Comments
 (0)