| OLD | NEW |
| 1 # These huge tests are flaky and sometimes crash the following tests. | 1 # These huge tests are flaky and sometimes crash the following tests. |
| 2 # See http://crbug.com/50346 | 2 # See http://crbug.com/50346 |
| 3 DiskCacheEntryTest.*HugeSparse* | 3 DiskCacheEntryTest.*HugeSparse* |
| 4 | 4 |
| 5 # SPDY tests tend to crash on both Mac and Windows. | 5 # SPDY tests tend to crash on both Mac and Windows. |
| 6 # See http://crbug.com/51144 | 6 # See http://crbug.com/51144 |
| 7 SpdyNetworkingTest/SpdyNetworkTransactionTest.SocketWriteReturnsZero* | 7 SpdyNetworkingTest/SpdyNetworkTransactionTest.SocketWriteReturnsZero* |
| 8 # See http://crbug.com/50918 | 8 # See http://crbug.com/50918 |
| 9 SpdyNetworkingTest/SpdyNetworkTransactionTest.CancelledTransactionSendRst* | 9 SpdyNetworkingTest/SpdyNetworkTransactionTest.CancelledTransactionSendRst* |
| 10 # See http://crbug.com/51087 |
| 11 SpdyNetworkingTest* |
| 10 | 12 |
| 11 | |
| OLD | NEW |