File: disable-flaky-tests.patch

package info (click to toggle)
gammaray 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,936 kB
  • sloc: cpp: 96,844; ansic: 2,133; sh: 336; python: 164; yacc: 90; lex: 82; xml: 61; makefile: 28
file content (33 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From: Santiago Vila <sanvila@debian.org>
Date: Mon, 25 Nov 2024 21:50:00 +0100
Subject: Disable flaky tests

Bug-Debian: https://bugs.debian.org/1017144
---
 tests/CMakeLists.txt | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index ba96bf4..ad3f498 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -187,19 +187,6 @@ if(NOT GAMMARAY_CLIENT_ONLY_BUILD)
             ${injectorType}
             ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR}/connectiontest
         )
-        add_test(
-            connectiontest-${injectorType}-filter
-            ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR}/gammaray
-            --inprocess
-            -unittest
-            --listen
-            tcp://127.0.0.1
-            -filtertest
-            -i
-            ${injectorType}
-            ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR}/connectiontest
-        )
-        set_tests_properties(connectiontest-${injectorType}-filter PROPERTIES ENVIRONMENT GAMMARAY_TEST_FILTER=1)
     endforeach()
 endif()