[ez][CI] Move test_linalg and test_sparse_csr off CI_SERIAL_LIST (#125068)

* https://github.com/pytorch/pytorch/pull/124649 for context

Pull Request resolved: https://github.com/pytorch/pytorch/pull/125068
Approved by: https://github.com/huydhn, https://github.com/ZainRizvi
diff --git a/test/run_test.py b/test/run_test.py
index 5c1a7a8..dae0570 100755
--- a/test/run_test.py
+++ b/test/run_test.py
@@ -219,11 +219,9 @@
     "test_cpp_api_parity",
     "test_reductions",
     "test_fx_backends",
-    "test_linalg",
     "test_cpp_extensions_jit",
     "test_torch",
     "test_tensor_creation_ops",
-    "test_sparse_csr",
     "test_dispatch",
     "test_python_dispatch",  # torch.library creation and deletion must be serialized
     "test_spectral_ops",  # Cause CUDA illegal memory access https://github.com/pytorch/pytorch/issues/88916