git-p4: remove ticket expiry test
commit3f360ded54f57476ab66bb2ae8294d05a4bb1ede
authorLuke Diamand <luke@diamand.org>
Wed, 6 Feb 2019 15:11:53 +0000 (6 15:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Feb 2019 20:58:57 +0000 (6 12:58 -0800)
treef566abb6de2df2224288382de4ec08b7edacde2a
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
git-p4: remove ticket expiry test

The git-p4 login ticket expiry test causes unreliable test
runs. Since the handling of ticket expiry in git-p4 is far
from polished anyway, let's remove it for now.

A better way to actually run the test is to create a python
"fake" version of "p4" which returns whatever expiry results
the test requires.

Ideally git-p4 would look at the expiry time before starting
any long operations, and cleanup gracefully if there is not
enough time left. But that's quite hard to do.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9833-errors.sh