File tree Expand file tree Collapse file tree
src/test/java/org/htmlunit/libraries/htmx Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717import org .htmlunit .WebClient ;
1818import org .htmlunit .junit .annotation .Alerts ;
1919import org .htmlunit .junit .annotation .HtmlUnitNYI ;
20+ import org .junit .jupiter .api .Disabled ;
2021import 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" )
Original file line number Diff line number Diff line change 1717import org .htmlunit .WebClient ;
1818import org .htmlunit .junit .annotation .Alerts ;
1919import org .htmlunit .junit .annotation .HtmlUnitNYI ;
20+ import org .junit .jupiter .api .Disabled ;
2021import 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" )
Original file line number Diff line number Diff line change 1818import org .htmlunit .javascript .preprocessor .HtmxTwoZeroSevenScriptPreProcessor ;
1919import org .htmlunit .junit .annotation .Alerts ;
2020import org .htmlunit .junit .annotation .HtmlUnitNYI ;
21+ import org .junit .jupiter .api .Disabled ;
2122import 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 }
Original file line number Diff line number Diff line change 1818import org .htmlunit .javascript .preprocessor .HtmxTwoZeroSevenScriptPreProcessor ;
1919import org .htmlunit .junit .annotation .Alerts ;
2020import org .htmlunit .junit .annotation .HtmlUnitNYI ;
21+ import org .junit .jupiter .api .Disabled ;
2122import 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 }
Original file line number Diff line number Diff line change 1818import org .htmlunit .javascript .preprocessor .HtmxTwoZeroSevenScriptPreProcessor ;
1919import org .htmlunit .junit .annotation .Alerts ;
2020import org .htmlunit .junit .annotation .HtmlUnitNYI ;
21+ import org .junit .jupiter .api .Disabled ;
2122import 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 }
You can’t perform that action at this time.
0 commit comments