@@ -473,18 +473,6 @@ final class ObservableEnumeratedTest_ : ObservableEnumeratedTest, RxTestCase {
473
473
] }
474
474
}
475
475
476
- final class QueueTest_ : QueueTest , RxTestCase {
477
- #if os(macOS)
478
- required override init ( ) {
479
- super. init ( )
480
- }
481
- #endif
482
-
483
- static var allTests : [ ( String , ( QueueTest_ ) -> ( ) -> ( ) ) ] { return [
484
- ( " testComplexity " , QueueTest . testComplexity) ,
485
- ] }
486
- }
487
-
488
476
final class SharingSchedulerTest_ : SharingSchedulerTest , RxTestCase {
489
477
#if os(macOS)
490
478
required override init ( ) {
@@ -1155,19 +1143,6 @@ final class ObservableGenerateTest_ : ObservableGenerateTest, RxTestCase {
1155
1143
] }
1156
1144
}
1157
1145
1158
- final class SubjectConcurrencyTest_ : SubjectConcurrencyTest , RxTestCase {
1159
- #if os(macOS)
1160
- required override init ( ) {
1161
- super. init ( )
1162
- }
1163
- #endif
1164
-
1165
- static var allTests : [ ( String , ( SubjectConcurrencyTest_ ) -> ( ) -> ( ) ) ] { return [
1166
- ( " testSubjectIsReentrantForNextAndComplete " , SubjectConcurrencyTest . testSubjectIsReentrantForNextAndComplete) ,
1167
- ( " testSubjectIsReentrantForNextAndError " , SubjectConcurrencyTest . testSubjectIsReentrantForNextAndError) ,
1168
- ] }
1169
- }
1170
-
1171
1146
final class ObservableDematerializeTest_ : ObservableDematerializeTest , RxTestCase {
1172
1147
#if os(macOS)
1173
1148
required override init ( ) {
@@ -1972,7 +1947,6 @@ func XCTMain(_ tests: [() -> ()]) {
1972
1947
testCase ( DisposableTest_ . allTests) ,
1973
1948
testCase ( RecursiveLockTests_ . allTests) ,
1974
1949
testCase ( ObservableEnumeratedTest_ . allTests) ,
1975
- testCase ( QueueTest_ . allTests) ,
1976
1950
testCase ( SharingSchedulerTest_ . allTests) ,
1977
1951
testCase ( ObservableSequenceTest_ . allTests) ,
1978
1952
testCase ( DriverTest_ . allTests) ,
@@ -2001,7 +1975,6 @@ func XCTMain(_ tests: [() -> ()]) {
2001
1975
testCase ( ObservableSingleTest_ . allTests) ,
2002
1976
testCase ( ObservableTakeTest_ . allTests) ,
2003
1977
testCase ( ObservableGenerateTest_ . allTests) ,
2004
- testCase ( SubjectConcurrencyTest_ . allTests) ,
2005
1978
testCase ( ObservableDematerializeTest_ . allTests) ,
2006
1979
testCase ( VariableTest_ . allTests) ,
2007
1980
testCase ( ObservableTimerTest_ . allTests) ,
0 commit comments