Skip to content

Commit 4cda320

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/RemoteServiceReplication-Test/RsrStressTest.class.st

-6
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)