Skip to content

Commit 4cda320

Browse files
committed
170: Remove unneeded test.
1 parent 6f535a8 commit 4cda320

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/RemoteServiceReplication-Test/RsrStressTest.class.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ RsrStressTest >> test1MBytes [
136136
self repeatedlySend: (ByteArray new: 1024 squared)
137137
]
138138

139-
{ #category : 'running' }
140-
RsrStressTest >> test2KBytes [
141-
142-
self repeatedlySend: (ByteArray new: 1024 *2)
143-
]
144-
145139
{ #category : 'running' }
146140
RsrStressTest >> testBasicSends [
147141

0 commit comments

Comments
 (0)