Skip to content

Commit 0952e89

Browse files
author
Jon Wayne Parrott
committed
Don't skip flaky with session tests
Change-Id: I0d3bdf3d6842339d04abc4ee6ddb26b8f44be3e5
1 parent a25007b commit 0952e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def session_tests(session, interpreter):
197197
sample_directories = collect_sample_dirs('.')
198198

199199
run_tests_in_sesssion(
200-
session, interpreter, sample_directories, skip_flaky=True)
200+
session, interpreter, sample_directories)
201201

202202

203203
def session_gae(session):

0 commit comments

Comments
 (0)