Skip to content

Commit 1b3899e

Browse files
committed
Disable test
1 parent f922d3b commit 1b3899e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WooCommerce/WooCommerceTests/POS/Presentation/POSStockFormatterTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ struct POSStockFormatterTests {
9898
#expect(stockLabel == "Out of stock")
9999
}
100100

101-
@Test func test_when_managestock_enabled_and_stockQuantity_is_positive_then_returns_number_in_stock_stockLabel() async throws {
101+
// Disabled temporarily due to failure to code freeze 22.5
102+
// Context: p1748609128918879?thread_ts=1748592083.887729&cid=CC7L49W13-slack-CC7L49W13
103+
@Test(.disabled()) func test_when_managestock_enabled_and_stockQuantity_is_positive_then_returns_number_in_stock_stockLabel() async throws {
102104
// Given
103105
let manageStockEnabled: Bool = true
104106
let stockQuantity: Decimal = 5

0 commit comments

Comments
 (0)