diff options
author | teor <teor2345@gmail.com> | 2018-07-17 11:24:02 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-17 14:56:18 -0400 |
commit | 6dafddd05dcbf65626d7cff2250955d8799e975d (patch) | |
tree | 599d938bbc4091dab0406bc72326abdc525f0e4c /changes | |
parent | cd4795ca3ed7c83d6e3bcc118a5815b571410a9c (diff) | |
download | tor-6dafddd05dcbf65626d7cff2250955d8799e975d.tar.gz tor-6dafddd05dcbf65626d7cff2250955d8799e975d.zip |
SKIP test_keygen.sh on Windows until the underlying issue is resolved
Skip an unreliable key generation test on Windows, until the underlying
issue in bug 26076 is resolved.
Fixes bug 26830; bugfix on 0.2.7.3-rc.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26830 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26830 b/changes/bug26830 new file mode 100644 index 0000000000..c002f19530 --- /dev/null +++ b/changes/bug26830 @@ -0,0 +1,3 @@ + o Minor bugfixes (continuous integration): + - Skip an unreliable key generation test on Windows, until the underlying + issue in bug 26076 is resolved. Fixes bug 26830; bugfix on 0.2.7.3-rc. |