File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ fn test_connection_7() {
90
90
assert_interpretation_correct ( "foo" , ~[ Token ( ~"Foo ") ] ) ;
91
91
}
92
92
#[ test]
93
+ #[ ignore( reason="lws collapse bug" ) ]
93
94
fn test_connection_8 ( ) {
94
95
use headers:: test_utils:: * ;
95
96
assert_interpretation_correct ( "close \r \n , keep-ALIVE" , ~[ Close , Token ( ~"Keep -Alive ") ] ) ;
@@ -110,16 +111,19 @@ fn test_connection_11() {
110
111
assert_interpretation_correct ( "CLOSE" , Close ) ;
111
112
}
112
113
#[ test]
114
+ #[ ignore( reason="lws collapse bug" ) ]
113
115
fn test_connection_12 ( ) {
114
116
use headers:: test_utils:: * ;
115
117
assert_invalid :: < ~[ Connection ] > ( "foo bar" ) ;
116
118
}
117
119
#[ test]
120
+ #[ ignore( reason="lws collapse bug" ) ]
118
121
fn test_connection_13 ( ) {
119
122
use headers:: test_utils:: * ;
120
123
assert_invalid :: < ~[ Connection ] > ( "foo bar" ) ;
121
124
}
122
125
#[ test]
126
+ #[ ignore( reason="lws collapse bug" ) ]
123
127
fn test_connection_14 ( ) {
124
128
use headers:: test_utils:: * ;
125
129
assert_invalid :: < ~[ Connection ] > ( "foo, bar baz" ) ;
You can’t perform that action at this time.
0 commit comments