summary refs log tree commit diff stats
path: root/tests/gc/stackrefleak.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/gc/stackrefleak.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/gc/stackrefleak.nim')
0 files changed, 0 insertions, 0 deletions
9 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136