I found this in a web site
If $A = \{ 1, 2, 3\}$, then the relation $R = \{(2, 3)\}$ is not transitive.
Why it is not transitive?
The definition is if whenever an element $a$ is related to an element $b$, and $b$ is in turn related to an element $c$, then $a$ is also related to $c$. In $R$ there is no matching pair for $(2,3)$, so transitivity can not be checked.
As the ordered pair in $R$ does not violate the condition, can't we say it is transitive?