summary refs log tree commit diff stats
path: root/tools/detect/macosx_consts.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 /tools/detect/macosx_consts.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 'tools/detect/macosx_consts.nim')
0 files changed, 0 insertions, 0 deletions
^
a1274aba ^
871c502d ^
9c2bd85d ^
871c502d ^

c0175f6d ^
ea87d005 ^
871c502d ^



a1274aba ^
871c502d ^

a1274aba ^
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