mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
test: prevent some tests from being run locally
This commit is contained in:
parent
aaa259d6c0
commit
047f86bbee
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,7 @@ fn exec_repl_for_loop() -> Result<(), ()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn exec_repl_auto_indent_dedent_check() -> Result<(), ()> {
|
fn exec_repl_auto_indent_dedent_check() -> Result<(), ()> {
|
||||||
expect_repl_success(
|
expect_repl_success(
|
||||||
"repl_auto_indent_dedent",
|
"repl_auto_indent_dedent",
|
||||||
|
@ -100,6 +101,7 @@ fn exec_repl_class_def_with_deco() -> Result<(), ()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn exec_invalid_class_inheritable() -> Result<(), ()> {
|
fn exec_invalid_class_inheritable() -> Result<(), ()> {
|
||||||
expect_repl_failure(
|
expect_repl_failure(
|
||||||
"repl_auto_indent_dedent",
|
"repl_auto_indent_dedent",
|
||||||
|
@ -151,6 +153,7 @@ fn exec_invalid_class_def() -> Result<(), ()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn exec_repl_invalid_indent() -> Result<(), ()> {
|
fn exec_repl_invalid_indent() -> Result<(), ()> {
|
||||||
expect_repl_failure(
|
expect_repl_failure(
|
||||||
"repl_invalid_indent",
|
"repl_invalid_indent",
|
||||||
|
@ -173,6 +176,7 @@ fn exec_repl_invalid_indent() -> Result<(), ()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn exec_repl_invalid_def_after_the_at_sign() -> Result<(), ()> {
|
fn exec_repl_invalid_def_after_the_at_sign() -> Result<(), ()> {
|
||||||
expect_repl_failure(
|
expect_repl_failure(
|
||||||
"repl_invalid_indent",
|
"repl_invalid_indent",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue