Skip to content

Commit

Permalink
removed duplicate partition test
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Jun 20, 2024
1 parent 3bc31ca commit ae1c8ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,13 +653,6 @@ def test_deadline_missed(child_sub, samples_sent, timeout):
'description' : ' '
},

'Test_Partition_2' : {
'apps' : ['-P -t Square -p "p2"', '-S -t Square -p "p1"'],
'expected_codes' : [ReturnCode.READER_NOT_MATCHED, ReturnCode.DATA_NOT_RECEIVED],
'title' : 'No communication between publisher and subscriber using different partitions',
'description' : ' '
},

# DURABILITY
'Test_Durability_0' : {
'apps' : ['-P -t Square -D v', '-S -t Square -D v'],
Expand Down

0 comments on commit ae1c8ed

Please sign in to comment.