Skip to content

Commit

Permalink
restrict test command response with age=undefined to core >= 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Nov 28, 2023
1 parent 6c11682 commit a4322e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions config/gem_tlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ alarms:
A0302:
activation_input: 7
component: DL1
restrict_testing:
sxl_version: 1.2
2 changes: 1 addition & 1 deletion spec/site/tlc/invalid_command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 2. When we send a command with an unknown component id
# 3. Then the site should return a command response with age=undefined

it 'returns a command response with age=undefined' do |example|
it 'returns a command response with age=undefined', core: '>=3.1.3' do |example|
Validator::Site.connected do |task,supervisor,site|
log "Sending M0001"
command_list = build_command_list :M0001, :setValue, {
Expand Down

0 comments on commit a4322e1

Please sign in to comment.