Skip to content

Commit 0a27fa8

Browse files
committed
Record a TODO item
1 parent 84d158f commit 0a27fa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_e2e.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ def _test_acquire_token_interactive(
215215

216216

217217
class RefreshInBehavior(E2eTestCase):
218+
219+
# TODO: Automates this by using ROPC?
220+
@unittest.skipIf(os.getenv("TRAVIS"), "Browser automation is not yet implemented")
218221
def test_refresh_in_should_be_available(self):
219222
"""The refresh_in claim in an AT will only be issued when:
220223

0 commit comments

Comments
 (0)