Files
reqwest-impersonate/tests
Kent Fredric c6fbbd9181 Disable test_blocking_inside_a_runtime without cfg(debug_assertions)
As by default, when executing tests with -C opt-level=n where "n"
is greater than 0, debug assertions are disabled, which removes the
panic!() this test is expecting.

With this tweak, tests no longer fail with any choice of -C opt-level,
and additionally, tests still execute correctly if these tests are
compiled with:

  -C opt-level=3 -C debug-assertions=yes

Closes: https://github.com/seanmonstar/reqwest/issues/831
2020-03-09 11:47:57 -07:00
..
2019-12-10 16:24:05 -08:00
2020-02-19 12:49:11 -08:00
2020-02-06 10:17:40 -08:00
2020-02-19 12:49:11 -08:00
2020-02-06 10:17:40 -08:00