We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d158f commit 0a27fa8Copy full SHA for 0a27fa8
tests/test_e2e.py
@@ -215,6 +215,9 @@ def _test_acquire_token_interactive(
215
216
217
class RefreshInBehavior(E2eTestCase):
218
+
219
+ # TODO: Automates this by using ROPC?
220
+ @unittest.skipIf(os.getenv("TRAVIS"), "Browser automation is not yet implemented")
221
def test_refresh_in_should_be_available(self):
222
"""The refresh_in claim in an AT will only be issued when:
223
0 commit comments