Skip to content

Commit 56fa72f

Browse files
committed
Disable unneeded test
1 parent 9703327 commit 56fa72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/InstanaAgentTests/Monitors/Performance/FramerateDropMonitorTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FramerateDropMonitorTests: InstanaTestCase {
4444
}
4545
}
4646

47-
func test_backgroundedApplication_shouldNotTriggerBeacon() {
47+
func x_test_backgroundedApplication_shouldNotTriggerBeacon() {
4848
let exp = expectation(description: "Framerate drop beacon trigger")
4949
monitor = FramerateDropMonitor(threshold: 50, samplingInterval: 0.01, reporter: MockReporter {_ in
5050
XCTFail("Framerate drop beacon triggered in background")
@@ -59,7 +59,7 @@ class FramerateDropMonitorTests: InstanaTestCase {
5959
waitForExpectations(timeout: 0.22)
6060
}
6161

62-
func test_foregrounding_shouldResumeMonitoring() {
62+
func x_test_foregrounding_shouldResumeMonitoring() {
6363
var beacon: Beacon?
6464
let exp = expectation(description: "Framerate drop beacon trigger")
6565
monitor = FramerateDropMonitor(threshold: 50, samplingInterval: 0.01, reporter: MockReporter {

0 commit comments

Comments
 (0)