diff --git a/slsReceiverSoftware/tests/test-ReceiverActions.cpp b/slsReceiverSoftware/tests/test-ReceiverActions.cpp deleted file mode 100644 index bae3fb518..000000000 --- a/slsReceiverSoftware/tests/test-ReceiverActions.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// SPDX-License-Identifier: LGPL-3.0-or-other -// Copyright (C) 2025 Contributors to the SLS Detector Package -/************************************************ - * @file test-ReceiverActions.cpp - * @short test cases to test receiver actions - ***********************************************/ - -#include "DataProcessor.h" -#include "GeneralData.h" -#include "catch.hpp" -#include - -namespace sls { - -TEST_CASE("cannot set analog/digital and transceiver samples when " - "reciever is running", - "[.recieveraction][.chiptestboard]") {} - -} // namespace sls \ No newline at end of file