Skip to content

Commit

Permalink
Disable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Nov 16, 2023
1 parent ee75c0b commit 6e34a08
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 6 deletions.
7 changes: 7 additions & 0 deletions Apps/DisabledTests/AzureADPlanModuleTest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139509,
"CodeunitName": "Azure AD Plan Module Test",
"Method": "*"
}
]
7 changes: 1 addition & 6 deletions Apps/DisabledTests/BankDepositPostingTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
{
"codeunitId": 139769,
"CodeunitName": "Bank Deposit Posting Tests",
"Method": "GLBankDeposit"
},
{
"codeunitId": 139769,
"CodeunitName": "Bank Deposit Posting Tests",
"Method": "DoNotPostBankDepositAsLumpSum"
"Method": "*"
}
]
12 changes: 12 additions & 0 deletions Apps/DisabledTests/ConnectAppsVisibilityTests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"codeunitId": 139534 ,
"CodeunitName": "Connect. Apps Visibility Tests",
"Method": "TestPaymentJournalActionVisible"
},
{
"codeunitId": 139534 ,
"CodeunitName": "Connect. Apps Visibility Tests",
"Method": "TestPaymentJournalActionNotVisible"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/EmailLoggingTests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139763,
"CodeunitName": "Email Logging Tests",
"Method": "TestIsContactAlt"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/LPMLInputDataTest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139576,
"CodeunitName": "LP ML Input Data Test",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/SalesForecastTests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139540,
"CodeunitName": "Sales Forecast Tests",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/SendRemittanceAdvice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139610 ,
"CodeunitName": "SendRemittanceAdvice",
"Method": "13SendRemittanceAdviceFromVendorLedgerEntry"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/ServDeclSuggestLines.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139905,
"CodeunitName": "Serv. Decl. Suggest Lines",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/StatisticalAccountTest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139683,
"CodeunitName": "Statistical Account Test",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/TaxDocumentGLPostingTests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 137551,
"CodeunitName": "Tax Document GL Posting Tests",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/TaxEngineTest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 136802,
"CodeunitName": "Tax Rate Setup Matrix Tests",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/UTPageBankDeposit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139768,
"CodeunitName": "UT Page Bank Deposit",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/UTReportBankDeposit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139767,
"CodeunitName": "UT Report Bank Deposit",
"Method": "*"
}
]
7 changes: 7 additions & 0 deletions Apps/DisabledTests/WarehousePermissionsTests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"codeunitId": 139872,
"CodeunitName": "Warehouse Permissions Tests",
"Method": "CreateInvtPickDoesNotRequireWhsePermission"
}
]

0 comments on commit 6e34a08

Please sign in to comment.