diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 128b828..a1043d7 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -17,11 +17,6 @@ jobs: - name: Build run: | cmake --build build - - name: Start IOC - run: | - test/ioc/startioc & - sleep 2 - caget MEPICSCA:TEST:LONGIN - name: Run tests run: | ctest --output-on-failure --test-dir build -VV diff --git a/test/ioc/st.cmd b/test/ioc/st.cmd index 87c061f..c562dab 100755 --- a/test/ioc/st.cmd +++ b/test/ioc/st.cmd @@ -5,4 +5,4 @@ dbLoadRecords("$(IOCDIR)/record.db") iocInit() # Initialize the waveform record -dbpf("MEPICSCA:TEST:WAVEFORM", "ABC") +# dbpf("MEPICSCA:TEST:WAVEFORM", "ABC")