Skip to content

its not clear how to disable EO test #4228

@h1alexbel

Description

@h1alexbel

Consider the following EO test:

# Test.
[] +> executes-objects
  eq.
    foo "x"
    "foo x"

However, its not clear how to disable this test. I suggest the following syntax:

# Test.
# @todo #42:30min Enable this `executes-objects`...
# ...
[] !+> executes-objects
  eq.
    foo "x"
    "foo x"

Here, !+> means disabled test attribute, which will be annotated with @Disabled during the Java transpilation (or can be skipped at all).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions