Skip to content

Commit cecd0ed

Browse files
committed
Comment out starting test.
1 parent a979baf commit cecd0ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/unit/fortran/src/pio_reader/test_pio_reader.pf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
!+++++++++++++++++++++++++++++++++++++++++++++++++++++
55

6-
@disable
7-
subroutine starting_test()
8-
use funit
6+
!@test
7+
!subroutine starting_test()
8+
! use funit
99

10-
use mpi, only: mpi_init, MPI_SUCCESS
10+
! use mpi, only: mpi_init, MPI_SUCCESS
1111

12-
integer :: mpi_ierr
12+
! integer :: mpi_ierr
1313

1414
! Initialize MPI:
1515
! NOTE: This must be done for the first test in the test suite.
16-
call mpi_init(mpi_ierr)
16+
! call mpi_init(mpi_ierr)
1717

18-
@assertEqual(MPI_SUCCESS, mpi_err)
18+
! @assertEqual(MPI_SUCCESS, mpi_err)
1919

20-
end subroutine starting_test
20+
!end subroutine starting_test
2121

2222
!+++++++++++++++++++++++++++++++++++++++++++++++++++++
2323
!PIO reader object open/close file tests

0 commit comments

Comments
 (0)