summary refs log tree commit diff stats
path: root/tests/casestmt/tcaseoverlaprange.nim
diff options
context:
space:
mode:
authorAlexander Kernozhitsky <sh200105@mail.ru>2024-06-29 20:49:54 +0200
committerGitHub <noreply@github.com>2024-06-29 20:49:54 +0200
commitc88894bf76c230f027cbb24ee88828cf785e4f46 (patch)
tree18bc56aedcaac984571ef424cbed58b7d5cba47f /tests/casestmt/tcaseoverlaprange.nim
parent179897e55fb3250b59e0906cf2a8948bab1666af (diff)
downloadNim-c88894bf76c230f027cbb24ee88828cf785e4f46.tar.gz
Comment out flaky test in tests/stdlib/thttpclient (#23772)
```
$ curl -v http://example.com/404 |& grep 'HTTP/1.1'
> GET /404 HTTP/1.1
< HTTP/1.1 500 Internal Server Error
```

So, the test with http://example.com/404 should be disabled, I think.
Diffstat (limited to 'tests/casestmt/tcaseoverlaprange.nim')
0 files changed, 0 insertions, 0 deletions
6591e8052a1056c775219b5e767002'>^
e52629c1 ^
a36bfd7b ^
65cb1a32 ^
9edc5954 ^

















e07d8b03 ^
811b7c28 ^
720e3fd7 ^
9edc5954 ^
e07d8b03 ^
5c6c5ad5 ^
65cb1a32 ^
e07d8b03 ^
a36bfd7b ^
7bf5f967 ^

8d6c23f7 ^
7bf5f967 ^
41478b10 ^
0d60aaaa ^
a385c76a ^
9edc5954 ^
7bf5f967 ^
f7199d8e ^




7bf5f967 ^
f6de1679 ^

b3d031a9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59