mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Disable even more broken tests
This commit is contained in:
parent
8646c4caf0
commit
c0cc0cc4cc
@ -347,6 +347,10 @@ namespace TerminalAppLocalTests
|
|||||||
|
|
||||||
void TabTests::TryDuplicateBadTab()
|
void TabTests::TryDuplicateBadTab()
|
||||||
{
|
{
|
||||||
|
BEGIN_TEST_METHOD_PROPERTIES()
|
||||||
|
TEST_METHOD_PROPERTY(L"Ignore", L"True") // GH#19610 tracks re-enabling this test
|
||||||
|
END_TEST_METHOD_PROPERTIES()
|
||||||
|
|
||||||
// * Create a tab with a profile with GUID 1
|
// * Create a tab with a profile with GUID 1
|
||||||
// * Reload the settings so that GUID 1 is no longer in the list of profiles
|
// * Reload the settings so that GUID 1 is no longer in the list of profiles
|
||||||
// * Try calling _DuplicateFocusedTab on tab 1
|
// * Try calling _DuplicateFocusedTab on tab 1
|
||||||
@ -434,6 +438,10 @@ namespace TerminalAppLocalTests
|
|||||||
|
|
||||||
void TabTests::TryDuplicateBadPane()
|
void TabTests::TryDuplicateBadPane()
|
||||||
{
|
{
|
||||||
|
BEGIN_TEST_METHOD_PROPERTIES()
|
||||||
|
TEST_METHOD_PROPERTY(L"Ignore", L"True") // GH#19610 tracks re-enabling this test
|
||||||
|
END_TEST_METHOD_PROPERTIES()
|
||||||
|
|
||||||
// * Create a tab with a profile with GUID 1
|
// * Create a tab with a profile with GUID 1
|
||||||
// * Reload the settings so that GUID 1 is no longer in the list of profiles
|
// * Reload the settings so that GUID 1 is no longer in the list of profiles
|
||||||
// * Try calling _SplitPane(Duplicate) on tab 1
|
// * Try calling _SplitPane(Duplicate) on tab 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user