diff options
author | unknown <jimw@mysql.com> | 2005-08-03 17:38:55 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-08-03 17:38:55 -0700 |
commit | 9942ad0108d8e94491a6e4b390b150951fecc81e (patch) | |
tree | a7db7bc2723162e03afd40d955388f03c9d2f061 /mysql-test/t/packet.test | |
parent | bcaff83722efd083d4ccba37fe7b35cb4464b0f8 (diff) | |
download | mariadb-git-9942ad0108d8e94491a6e4b390b150951fecc81e.tar.gz |
Skip two tests that fail on Windows that just reflect limitations of
that platform, not real failures. (Bug #12328, Bug #11569)
mysql-test/t/packet.test:
Skip this test on Windows
mysql-test/t/rpl_flush_tables.test:
Skip this test on Windows
mysql-test/include/not_windows.inc:
Add include for skipping tests on Windows
Diffstat (limited to 'mysql-test/t/packet.test')
-rw-r--r-- | mysql-test/t/packet.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/packet.test b/mysql-test/t/packet.test index 04122b42b44..4de284b7824 100644 --- a/mysql-test/t/packet.test +++ b/mysql-test/t/packet.test @@ -1,5 +1,8 @@ # Embedded server doesn't support external clients --source include/not_embedded.inc +# Windows fails because it disconnects on too-large packets instead of just +# swallowing them and returning an error +--source include/not_windows.inc # # Check protocol handling |