We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf5d63 + 61e5f39 commit f11545fCopy full SHA for f11545f
launchable/commands/subset.py
@@ -218,20 +218,6 @@ def subset(
218
app = context.obj
219
tracking_client = TrackingClient(Tracking.Command.SUBSET, app=app)
220
221
- if is_observation and is_get_tests_from_previous_sessions:
222
- msg = "Cannot use --observation and --get-tests-from-previous-sessions options at the same time"
223
- click.echo(
224
- click.style(
225
- msg,
226
- fg="red"),
227
- err=True,
228
- )
229
- tracking_client.send_error_event(
230
- event_name=Tracking.ErrorEvent.INTERNAL_CLI_ERROR,
231
- stack_trace=msg,
232
233
- sys.exit(1)
234
-
235
if is_observation and is_output_exclusion_rules:
236
msg = (
237
"WARNING: --observation and --output-exclusion-rules are set. "
0 commit comments