Skip to content

Commit d34d4f1

Browse files
authored
TestKit back end: skip result scope tests (#855)
1 parent 29cb58e commit d34d4f1

File tree

1 file changed

+4
-0
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+4
-0
lines changed

packages/testkit-backend/src/skipped-tests/common.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ const skippedTests = [
129129
ifEquals(
130130
'stub.iteration.test_result_list.TestResultList.test_session_run_result_list_pulls_all_records_at_once_next_before_list'
131131
)
132+
),
133+
skip(
134+
'Results are always valid but don\'t return records when out of scope',
135+
ifStartsWith('stub.iteration.test_result_scope.TestResultScope.')
132136
)
133137
]
134138

0 commit comments

Comments
 (0)