Skip to content

Commit

Permalink
170: Remove unneeded test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkilpela committed Jan 30, 2025
1 parent 04a7b7b commit 110d7b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/RemoteServiceReplication-Test/RsrStressTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ RsrStressTest >> test1MBytes [
self repeatedlySend: (ByteArray new: 1024 squared)
]

{ #category : 'running' }
RsrStressTest >> test2KBytes [

self repeatedlySend: (ByteArray new: 1024 *2)
]

{ #category : 'running' }
RsrStressTest >> testBasicSends [

Expand Down

0 comments on commit 110d7b0

Please sign in to comment.