Skip to content

Commit 806ee82

Browse files
committed
disable most of the min test for now
1 parent df332f2 commit 806ee82

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/test/java/org/htmlunit/libraries/htmx/HtmxTest2x0x0.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.htmlunit.WebClient;
1818
import org.htmlunit.junit.annotation.Alerts;
1919
import org.htmlunit.junit.annotation.HtmlUnitNYI;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
/**
@@ -46,6 +47,7 @@ public void htmx() throws Exception {
4647
* @throws Exception if an error occurs
4748
*/
4849
@Test
50+
@Disabled
4951
@Alerts(DEFAULT = "passes:506failures:65",
5052
FF = "passes:506failures:64",
5153
FF_ESR = "passes:506failures:64")

src/test/java/org/htmlunit/libraries/htmx/HtmxTest2x0x2.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.htmlunit.WebClient;
1818
import org.htmlunit.junit.annotation.Alerts;
1919
import org.htmlunit.junit.annotation.HtmlUnitNYI;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
/**
@@ -46,6 +47,7 @@ public void htmx() throws Exception {
4647
* @throws Exception if an error occurs
4748
*/
4849
@Test
50+
@Disabled
4951
@Alerts(DEFAULT = "passes:514failures:66",
5052
FF = "passes:514failures:65",
5153
FF_ESR = "passes:514failures:65")

src/test/java/org/htmlunit/libraries/htmx/HtmxTest2x0x3.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import org.htmlunit.javascript.preprocessor.HtmxTwoZeroSevenScriptPreProcessor;
1919
import org.htmlunit.junit.annotation.Alerts;
2020
import org.htmlunit.junit.annotation.HtmlUnitNYI;
21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Test;
2223

2324
/**
@@ -55,6 +56,7 @@ public void htmx() throws Exception {
5556
EDGE = "passes:535failures:70",
5657
FF = "passes:535failures:70",
5758
FF_ESR = "passes:535failures:70")
59+
@Disabled
5860
public void htmxMin() throws Exception {
5961
htmx("htmx-2.0.3", true);
6062
}

src/test/java/org/htmlunit/libraries/htmx/HtmxTest2x0x4.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import org.htmlunit.javascript.preprocessor.HtmxTwoZeroSevenScriptPreProcessor;
1919
import org.htmlunit.junit.annotation.Alerts;
2020
import org.htmlunit.junit.annotation.HtmlUnitNYI;
21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Test;
2223

2324
/**
@@ -55,6 +56,7 @@ public void htmx() throws Exception {
5556
EDGE = "passes:548failures:71",
5657
FF = "passes:548failures:71",
5758
FF_ESR = "passes:548failures:71")
59+
@Disabled
5860
public void htmxMin() throws Exception {
5961
htmx("htmx-2.0.4", true);
6062
}

src/test/java/org/htmlunit/libraries/htmx/HtmxTest2x0x6.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import org.htmlunit.javascript.preprocessor.HtmxTwoZeroSevenScriptPreProcessor;
1919
import org.htmlunit.junit.annotation.Alerts;
2020
import org.htmlunit.junit.annotation.HtmlUnitNYI;
21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Test;
2223

2324
/**
@@ -55,6 +56,7 @@ public void htmx() throws Exception {
5556
EDGE = "passes:599failures:116",
5657
FF = "passes:617failures:107",
5758
FF_ESR = "passes:617failures:107")
59+
@Disabled
5860
public void htmxMin() throws Exception {
5961
htmx("htmx-2.0.6", true);
6062
}

0 commit comments

Comments
 (0)